mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-12 05:20:35 +01:00
[PR #820] [CLOSED] Add UseDefinedRequestMatchers option to ProxySettings #1098
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/820
Author: @steven-nelson-olo
Created: 9/29/2022
Status: ❌ Closed
Base:
master← Head:UseDefinedRequestMatchers📝 Commits (1)
7704f94Add 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.