mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #60] [MERGED] Fix proxy headers handling #750
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/60
Author: @Dreamescaper
Created: 10/28/2017
Status: ✅ Merged
Merged: 10/28/2017
Merged by: @StefH
Base:
master← Head:proxy_fixes📝 Commits (2)
cbd5b2fFix proxy headers handling9789b98Small refactor and moved proxy tests to new test-file.📊 Changes
9 files changed (+245 additions, -131 deletions)
View changed files
📝
WireMock.Net Solution.sln(+4 -1)📝
examples/WireMock.Net.Console.Record.NETCoreApp/WireMock.Net.Console.Record.NETCoreApp.csproj(+4 -0)➖
examples/WireMock.Net.Console.Record.NETCoreApp/__admin/mappings/791a3f31-6946-4ce7-8e6f-0237c7443275.json(+0 -36)➖
examples/WireMock.Net.Console.Record.NETCoreApp/__admin/mappings/ab38efae-4e4d-4f20-8afe-635533ec2535.json(+0 -41)📝
src/WireMock.Net/Http/HttpClientHelper.cs(+56 -20)📝
src/WireMock.Net/ResponseBuilders/Response.cs(+6 -2)📝
src/WireMock.Net/Server/FluentMockServer.Admin.cs(+5 -1)➕
test/WireMock.Net.Tests/FluentMockServerTests.Proxy.cs(+157 -0)📝
test/WireMock.Net.Tests/FluentMockServerTests.cs(+13 -30)📄 Description
Fix following issues with proxy (and tests added):
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.