mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
[PR #354] [MERGED] AllowBodyForAllHttpMethods #875
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/354
Author: @StefH
Created: 10/5/2019
Status: ✅ Merged
Merged: 10/22/2019
Merged by: @StefH
Base:
master← Head:allow-all-body📝 Commits (1)
f964917version 1.4.19 throws a lot of analyzer errors related to the BaseBuilder.cs (#352)📊 Changes
16 files changed (+250 additions, -175 deletions)
View changed files
📝
src/WireMock.Net.StandAlone/StandAloneApp.cs(+1 -0)📝
src/WireMock.Net/Admin/Settings/SettingsModel.cs(+5 -0)📝
src/WireMock.Net/Owin/IWireMockMiddlewareOptions.cs(+3 -1)📝
src/WireMock.Net/Owin/Mappers/IOwinRequestMapper.cs(+2 -1)📝
src/WireMock.Net/Owin/Mappers/OwinRequestMapper.cs(+2 -2)📝
src/WireMock.Net/Owin/MappingMatcher.cs(+1 -1)📝
src/WireMock.Net/Owin/WireMockMiddleware.cs(+1 -1)📝
src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs(+4 -1)📝
src/WireMock.Net/Server/FluentMockServer.Admin.cs(+7 -1)📝
src/WireMock.Net/Server/FluentMockServer.cs(+8 -2)📝
src/WireMock.Net/Settings/FluentMockServerSettings.cs(+4 -0)📝
src/WireMock.Net/Settings/IFluentMockServerSettings.cs(+7 -0)📝
src/WireMock.Net/Util/BodyParser.cs(+8 -3)📝
test/WireMock.Net.Tests/FluentMockServerTests.Settings.cs(+19 -1)📝
test/WireMock.Net.Tests/Owin/WireMockMiddlewareTests.cs(+3 -3)📝
test/WireMock.Net.Tests/Util/BodyParserTests.cs(+175 -158)📄 Description
#352
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.