mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
[PR #1393] [CLOSED] Add NoBodyHandling to ProxyAndRecordSettings #1375
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/1393
Author: @StefH
Created: 12/13/2025
Status: ❌ Closed
Base:
master← Head:Proxy-bytes📝 Commits (4)
f372a76Add NoBodyHandling to ProxyAndRecordSettingsb219ae9ProxyAndRecordSettingsModel8acade9...133924aMerge branch 'master' into Proxy-bytes📊 Changes
13 files changed (+139 additions, -69 deletions)
View changed files
📝
src/WireMock.Net.Abstractions/Admin/Settings/ProxyAndRecordSettingsModel.cs(+12 -7)📝
src/WireMock.Net.MimePart/Matchers/MimePartMatcher.cs(+1 -2)📝
src/WireMock.Net.Minimal/Http/HttpResponseMessageHelper.cs(+2 -10)📝
src/WireMock.Net.Minimal/Owin/Mappers/OwinRequestMapper.cs(+13 -3)📝
src/WireMock.Net.Minimal/Proxy/ProxyHelper.cs(+16 -6)📝
src/WireMock.Net.Minimal/Settings/WireMockServerSettingsParser.cs(+7 -6)📝
src/WireMock.Net.Shared/Settings/ProxyAndRecordSettings.cs(+6 -0)➕
src/WireMock.Net.Shared/Util/BodyHandling.cs(+29 -0)📝
src/WireMock.Net.Shared/Util/BodyParser.cs(+12 -5)📝
src/WireMock.Net.Shared/Util/BodyParserSettings.cs(+4 -14)📝
test/WireMock.Net.Tests/RequestMatchers/RequestMessageBodyMatcherTests.cs(+2 -2)📝
test/WireMock.Net.Tests/Util/BodyParserTests.cs(+34 -13)📝
test/WireMock.Net.Tests/WireMockServerTests.WithBody.cs(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.