mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
[PR #353] [MERGED] Fixed failing admin requests when content type includes a charset (based on idea from Paul Roub) #872
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/353
Author: @StefH
Created: 10/2/2019
Status: ✅ Merged
Merged: 10/5/2019
Merged by: @StefH
Base:
master← Head:fix_post_mapping📝 Commits (4)
fffa9e3.3b6ec4eExtend responsetemplate to to get a customised response (#350)83ba41efix3039312.📊 Changes
6 files changed (+179 additions, -10 deletions)
View changed files
➕
src/WireMock.Net/Matchers/ContentTypeMatcher.cs(+73 -0)📝
src/WireMock.Net/Matchers/RegexMatcher.cs(+1 -1)📝
src/WireMock.Net/Serialization/MatcherMapper.cs(+3 -0)📝
src/WireMock.Net/Server/FluentMockServer.Admin.cs(+6 -5)📝
test/WireMock.Net.Tests/FluentMockServerTests.cs(+38 -4)➕
test/WireMock.Net.Tests/Matchers/ContentTypeMatcherTests.cs(+58 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.