mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 04:50:33 +01:00
[PR #900] [MERGED] ProxySettings : Add logic to not save some requests depending on HttpMethods #1137
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/900
Author: @StefH
Created: 3/8/2023
Status: ✅ Merged
Merged: 3/9/2023
Merged by: @StefH
Base:
master← Head:ExcludedHttpMethods📝 Commits (5)
40e6fb1Add ExcludedHttpMethods to ProxySettings930dfa9tst7312688fix4b8c17eSaveMappingSettingsc26f7bc.📊 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.