[PR #142] [MERGED] Allow all headers to be set as Response headers #774

Closed
opened 2025-12-29 15:33:10 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: stef_136_Content-Length


📝 Commits (6)

  • 0d59b57 Allow all headers to be set as Response headers
  • da46d30 RunTestDifferentPort
  • c82e037 Fix Proxy_Should_change_absolute_location_header_in_proxied_response test
  • 446194e Fix OwinResponseMapper
  • a155f51 Fix test
  • e4ff8a6 1.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.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/142 **Author:** [@StefH](https://github.com/StefH) **Created:** 5/19/2018 **Status:** ✅ Merged **Merged:** 5/25/2018 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef_136_Content-Length` --- ### 📝 Commits (6) - [`0d59b57`](https://github.com/wiremock/WireMock.Net/commit/0d59b57493a83428f3f1e3d5d5bd87a9ef17ff50) Allow all headers to be set as Response headers - [`da46d30`](https://github.com/wiremock/WireMock.Net/commit/da46d300d72780f33ba951a874709bbb5f16c443) RunTestDifferentPort - [`c82e037`](https://github.com/wiremock/WireMock.Net/commit/c82e0377ba522a1f9e1386febc8a5857664fd48a) Fix Proxy_Should_change_absolute_location_header_in_proxied_response test - [`446194e`](https://github.com/wiremock/WireMock.Net/commit/446194e76cd683225cf245eeb70a265c744cae86) Fix OwinResponseMapper - [`a155f51`](https://github.com/wiremock/WireMock.Net/commit/a155f51a62777be3e3b8d78231c0b2709f1807e2) Fix test - [`e4ff8a6`](https://github.com/wiremock/WireMock.Net/commit/e4ff8a61eba35cd6b3587850b73e58f4c74c2c3b) 1.0.3.18 ### 📊 Changes **9 files changed** (+102 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 15:33:10 +01:00
adam closed this issue 2025-12-29 15:33:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#774