mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #778] [MERGED] Fix Proxying when StartAdminInterface=true #1080
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/778
Author: @StefH
Created: 7/30/2022
Status: ✅ Merged
Merged: 8/9/2022
Merged by: @StefH
Base:
master← Head:proxy775📝 Commits (4)
e7754d1ProxyHelper fixes39a3a20.ea5563dmore reformatac8c2a1.📊 Changes
39 files changed (+1880 additions, -1825 deletions)
View changed files
📝
WireMock.Net Solution.sln.DotSettings(+1 -0)📝
src/WireMock.Net.Abstractions/Admin/Requests/LogEntryModel.cs(+4 -4)📝
src/WireMock.Net.Abstractions/IRequestMessage.cs(+2 -2)📝
src/WireMock.Net.Abstractions/Models/ITimeSettings.cs(+16 -17)📝
src/WireMock.Net/Extensions/TimeSettingsExtensions.cs(+23 -24)📝
src/WireMock.Net/IMapping.cs(+4 -4)📝
src/WireMock.Net/Mapping.cs(+130 -132)📝
src/WireMock.Net/Matchers/Request/RequestMessageScenarioAndStateMatcher.cs(+31 -36)📝
src/WireMock.Net/Owin/AspNetCoreSelfHost.NETCore.cs(+29 -30)📝
src/WireMock.Net/Owin/AspNetCoreSelfHost.cs(+4 -4)📝
src/WireMock.Net/Owin/HostUrlDetails.cs(+8 -9)📝
src/WireMock.Net/Owin/HostUrlOptions.cs(+27 -26)📝
src/WireMock.Net/Owin/IMappingMatcher.cs(+4 -5)📝
src/WireMock.Net/Owin/IOwinSelfHost.cs(+25 -26)📝
src/WireMock.Net/Owin/Mappers/OwinRequestMapper.cs(+17 -6)📝
src/WireMock.Net/Owin/MappingMatcher.cs(+48 -49)📝
src/WireMock.Net/Owin/MappingMatcherResult.cs(+5 -6)📝
src/WireMock.Net/Owin/OwinSelfHost.cs(+74 -75)📝
src/WireMock.Net/Owin/WireMockMiddleware.cs(+11 -4)📝
src/WireMock.Net/Proxy/ProxyHelper.cs(+21 -4)...and 19 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.