[PR #820] [CLOSED] Add UseDefinedRequestMatchers option to ProxySettings #1098

Closed
opened 2025-12-29 08:34:40 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/820
Author: @steven-nelson-olo
Created: 9/29/2022
Status: Closed

Base: masterHead: UseDefinedRequestMatchers


📝 Commits (1)

  • 7704f94 Add UseDefinedRequestMatchers option to ProxySettings

📊 Changes

6 files changed (+101 additions, -4 deletions)

View changed files

📝 src/WireMock.Net.Abstractions/Admin/Settings/ProxyAndRecordSettingsModel.cs (+5 -0)
📝 src/WireMock.Net/Proxy/ProxyHelper.cs (+33 -3)
📝 src/WireMock.Net/ResponseBuilders/Response.cs (+2 -1)
📝 src/WireMock.Net/Settings/ProxyAndRecordSettings.cs (+6 -0)
📝 src/WireMock.Net/Settings/WireMockServerSettingsParser.cs (+1 -0)
📝 test/WireMock.Net.Tests/WireMockServer.Proxy.cs (+54 -0)

📄 Description

#819

This is what I was thinking. Feel free to merge it, modify it, or discard it.


🔄 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/820 **Author:** [@steven-nelson-olo](https://github.com/steven-nelson-olo) **Created:** 9/29/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `UseDefinedRequestMatchers` --- ### 📝 Commits (1) - [`7704f94`](https://github.com/wiremock/WireMock.Net/commit/7704f94284cc14f714c38902e3ca3af43d54e221) Add UseDefinedRequestMatchers option to ProxySettings ### 📊 Changes **6 files changed** (+101 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net.Abstractions/Admin/Settings/ProxyAndRecordSettingsModel.cs` (+5 -0) 📝 `src/WireMock.Net/Proxy/ProxyHelper.cs` (+33 -3) 📝 `src/WireMock.Net/ResponseBuilders/Response.cs` (+2 -1) 📝 `src/WireMock.Net/Settings/ProxyAndRecordSettings.cs` (+6 -0) 📝 `src/WireMock.Net/Settings/WireMockServerSettingsParser.cs` (+1 -0) 📝 `test/WireMock.Net.Tests/WireMockServer.Proxy.cs` (+54 -0) </details> ### 📄 Description #819 This is what I was thinking. Feel free to merge it, modify it, or discard it. --- <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 08:34:40 +01:00
adam closed this issue 2025-12-29 08:34:40 +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#1098