[PR #357] [MERGED] Add Proxy Setting for: SaveMappingForStatusCodePattern to only save the mapping when the status code matches the pattern #873

Closed
opened 2025-12-29 15:33:55 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: ProxySaveMappingStatusCodes


📝 Commits (7)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/357 **Author:** [@StefH](https://github.com/StefH) **Created:** 10/8/2019 **Status:** ✅ Merged **Merged:** 10/10/2019 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `ProxySaveMappingStatusCodes` --- ### 📝 Commits (7) - [`72d3887`](https://github.com/wiremock/WireMock.Net/commit/72d38878bcbbe2f183899f639e2fa0e2510796b7) proxy - [`a4d638c`](https://github.com/wiremock/WireMock.Net/commit/a4d638c0f8fba951daf92344f38c33f22dbd7d7d) Merge branch 'master' into ProxySaveMappingStatusCodes - [`45b5033`](https://github.com/wiremock/WireMock.Net/commit/45b50333d3589bf2ffd3f0d78db50a4bca5a4511) HttpStatusRangeParserTests - [`b6518e8`](https://github.com/wiremock/WireMock.Net/commit/b6518e85d68bbc13fa557fe4bbaff9ee8c1a1520) Merge branch 'master' into ProxySaveMappingStatusCodes - [`63a86df`](https://github.com/wiremock/WireMock.Net/commit/63a86dfbbca914b20e46c96a1c6368e285bfd821) Merge branch 'master' into ProxySaveMappingStatusCodes - [`bc4e3ef`](https://github.com/wiremock/WireMock.Net/commit/bc4e3efa8661499f310c7b8228956604a183855f) test - [`de645ef`](https://github.com/wiremock/WireMock.Net/commit/de645efe1bfa56075b24aa8e6769c1aacfb638a5) Merge branch 'ProxySaveMappingStatusCodes' of https://github.com/WireMock-Net/WireMock.Net into ProxySaveMappingStatusCodes ### 📊 Changes **5 files changed** (+163 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 15:33:55 +01:00
adam closed this issue 2025-12-29 15:33:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#873