mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
[PR #142] [MERGED] Allow all headers to be set as Response headers #774
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/142
Author: @StefH
Created: 5/19/2018
Status: ✅ Merged
Merged: 5/25/2018
Merged by: @StefH
Base:
master← Head:stef_136_Content-Length📝 Commits (6)
0d59b57Allow all headers to be set as Response headersda46d30RunTestDifferentPortc82e037Fix Proxy_Should_change_absolute_location_header_in_proxied_response test446194eFix OwinResponseMappera155f51Fix teste4ff8a61.0.3.18📊 Changes
9 files changed (+102 additions, -105 deletions)
View changed files
📝
examples/WireMock.Net.Console.Proxy.NETCoreApp2/Program.cs(+27 -1)📝
src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.csproj(+1 -1)📝
src/WireMock.Net/Owin/AspNetCoreSelfHost.cs(+0 -2)📝
src/WireMock.Net/Owin/OwinResponseMapper.cs(+36 -50)📝
src/WireMock.Net/Server/FluentMockServer.cs(+2 -0)📝
src/WireMock.Net/WireMock.Net.csproj(+1 -5)📝
test/WireMock.Net.Tests/FluentMockServerTests.Proxy.cs(+8 -8)📝
test/WireMock.Net.Tests/FluentMockServerTests.cs(+20 -34)📝
test/WireMock.Net.Tests/ResponseTests.cs(+7 -4)📄 Description
Related to:
https://github.com/WireMock-Net/WireMock.Net/issues/137
https://github.com/WireMock-Net/WireMock.Net/issues/136
https://github.com/WireMock-Net/WireMock.Net/issues/126
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.