[PR #900] [MERGED] ProxySettings : Add logic to not save some requests depending on HttpMethods #1137

Closed
opened 2025-12-29 08:34:56 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/900
Author: @StefH
Created: 3/8/2023
Status: Merged
Merged: 3/9/2023
Merged by: @StefH

Base: masterHead: ExcludedHttpMethods


📝 Commits (5)

📊 Changes

9 files changed (+140 additions, -12 deletions)

View changed files

📝 src/WireMock.Net/Matchers/MatchScores.cs (+0 -1)
📝 src/WireMock.Net/Proxy/ProxyHelper.cs (+25 -2)
📝 src/WireMock.Net/Serialization/ProxyMappingConverter.cs (+5 -6)
📝 src/WireMock.Net/Settings/ProxyAndRecordSettings.cs (+20 -1)
src/WireMock.Net/Settings/ProxySaveMappingSetting.cs (+20 -0)
src/WireMock.Net/Settings/ProxySaveMappingSettings.cs (+22 -0)
📝 src/WireMock.Net/Settings/WireMockServerSettingsParser.cs (+7 -1)
📝 test/WireMock.Net.Tests/Serialization/ProxyMappingConverterTests.cs (+2 -1)
📝 test/WireMock.Net.Tests/WireMockServer.Proxy.cs (+39 -0)

📄 Description

No description provided


🔄 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/900 **Author:** [@StefH](https://github.com/StefH) **Created:** 3/8/2023 **Status:** ✅ Merged **Merged:** 3/9/2023 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `ExcludedHttpMethods` --- ### 📝 Commits (5) - [`40e6fb1`](https://github.com/wiremock/WireMock.Net/commit/40e6fb188bcb0eb07c034b5418e7b79d8826c7d4) Add ExcludedHttpMethods to ProxySettings - [`930dfa9`](https://github.com/wiremock/WireMock.Net/commit/930dfa9124efec62a332751511af0bd24b8690c3) tst - [`7312688`](https://github.com/wiremock/WireMock.Net/commit/7312688eea4ae2eabf0f0c1465b7358fcf817126) fix - [`4b8c17e`](https://github.com/wiremock/WireMock.Net/commit/4b8c17e4779aba67f2420f132002110f54f3919d) SaveMappingSettings - [`c26f7bc`](https://github.com/wiremock/WireMock.Net/commit/c26f7bc47bf71c09d642d31c43b0d91f948d0cef) . ### 📊 Changes **9 files changed** (+140 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Matchers/MatchScores.cs` (+0 -1) 📝 `src/WireMock.Net/Proxy/ProxyHelper.cs` (+25 -2) 📝 `src/WireMock.Net/Serialization/ProxyMappingConverter.cs` (+5 -6) 📝 `src/WireMock.Net/Settings/ProxyAndRecordSettings.cs` (+20 -1) ➕ `src/WireMock.Net/Settings/ProxySaveMappingSetting.cs` (+20 -0) ➕ `src/WireMock.Net/Settings/ProxySaveMappingSettings.cs` (+22 -0) 📝 `src/WireMock.Net/Settings/WireMockServerSettingsParser.cs` (+7 -1) 📝 `test/WireMock.Net.Tests/Serialization/ProxyMappingConverterTests.cs` (+2 -1) 📝 `test/WireMock.Net.Tests/WireMockServer.Proxy.cs` (+39 -0) </details> ### 📄 Description _No description provided_ --- <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 08:34:56 +01:00
adam closed this issue 2025-12-29 08:34:56 +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#1137