mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
[PR #357] [MERGED] Add Proxy Setting for: SaveMappingForStatusCodePattern to only save the mapping when the status code matches the pattern #873
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/357
Author: @StefH
Created: 10/8/2019
Status: ✅ Merged
Merged: 10/10/2019
Merged by: @StefH
Base:
master← Head:ProxySaveMappingStatusCodes📝 Commits (7)
72d3887proxya4d638cMerge branch 'master' into ProxySaveMappingStatusCodes45b5033HttpStatusRangeParserTestsb6518e8Merge branch 'master' into ProxySaveMappingStatusCodes63a86dfMerge branch 'master' into ProxySaveMappingStatusCodesbc4e3eftestde645efMerge branch 'ProxySaveMappingStatusCodes' of https://github.com/WireMock-Net/WireMock.Net into ProxySaveMappingStatusCodes📊 Changes
5 files changed (+163 additions, -3 deletions)
View changed files
📝
src/WireMock.Net/Server/FluentMockServer.Admin.cs(+2 -1)📝
src/WireMock.Net/Settings/IProxyAndRecordSettings.cs(+11 -2)📝
src/WireMock.Net/Settings/ProxyAndRecordSettings.cs(+4 -0)➕
src/WireMock.Net/Util/HttpStatusRangeParser.cs(+71 -0)➕
test/WireMock.Net.Tests/Util/HttpStatusRangeParserTests.cs(+75 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.