mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #1361] [MERGED] ProxyUrlTransformer #1359
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/1361
Author: @StefH
Created: 9/28/2025
Status: ✅ Merged
Merged: 9/28/2025
Merged by: @StefH
Base:
master← Head:stef-ProxyUrlTransformer📝 Commits (3)
2c8a2caProxyUrlTransformer5f5c3eatestscd4d3c6Update src/WireMock.Net.Shared/Settings/ProxyUrlReplaceSettings.cs📊 Changes
10 files changed (+195 additions, -77 deletions)
View changed files
📝
src/WireMock.Net.Minimal/Http/WebhookSender.cs(+3 -27)📝
src/WireMock.Net.Minimal/Proxy/ProxyHelper.cs(+4 -21)➕
src/WireMock.Net.Minimal/Proxy/ProxyUrlTransformer.cs(+21 -0)📝
src/WireMock.Net.Minimal/ResponseBuilders/Response.cs(+2 -19)📝
src/WireMock.Net.Minimal/Transformers/ITransformer.cs(+3 -1)📝
src/WireMock.Net.Minimal/Transformers/ITransformerContextFactory.cs(+4 -5)📝
src/WireMock.Net.Minimal/Transformers/Transformer.cs(+5 -0)➕
src/WireMock.Net.Minimal/Transformers/TransformerFactory.cs(+30 -0)📝
src/WireMock.Net.Shared/Settings/ProxyUrlReplaceSettings.cs(+25 -4)➕
test/WireMock.Net.Tests/Proxy/ProxyUrlTransformerTests.cs(+98 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.