mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #1297] [MERGED] Fix BodyParser to correctly check for json #1324
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/1297
Author: @StefH
Created: 5/16/2025
Status: ✅ Merged
Merged: 5/21/2025
Merged by: @StefH
Base:
master← Head:1295-bodyparser📝 Commits (2)
410a212Fix BodyParser to correctly check for json9c1ac02JsonUtils📊 Changes
7 files changed (+76 additions, -59 deletions)
View changed files
📝
src/WireMock.Net.Abstractions/Models/IBodyDataExtensions.cs(+2 -12)📝
src/WireMock.Net/Http/HttpRequestMessageHelper.cs(+1 -1)📝
src/WireMock.Net/Owin/Mappers/OwinResponseMapper.cs(+2 -2)📝
src/WireMock.Net/Util/BodyParser.cs(+2 -2)📝
src/WireMock.Net/Util/JsonUtils.cs(+13 -7)📝
test/WireMock.Net.Tests/Http/HttpRequestMessageHelperTests.cs(+37 -17)📝
test/WireMock.Net.Tests/Util/BodyParserTests.cs(+19 -18)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.