[PR #1361] [MERGED] ProxyUrlTransformer #1359

Closed
opened 2025-12-29 09:19:25 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: stef-ProxyUrlTransformer


📝 Commits (3)

  • 2c8a2ca ProxyUrlTransformer
  • 5f5c3ea tests
  • cd4d3c6 Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/1361 **Author:** [@StefH](https://github.com/StefH) **Created:** 9/28/2025 **Status:** ✅ Merged **Merged:** 9/28/2025 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-ProxyUrlTransformer` --- ### 📝 Commits (3) - [`2c8a2ca`](https://github.com/wiremock/WireMock.Net/commit/2c8a2ca0b4d365ddff964ebeb795aec00aaf5d06) ProxyUrlTransformer - [`5f5c3ea`](https://github.com/wiremock/WireMock.Net/commit/5f5c3eab112cba26d2274a0c68a5f02dbf175c57) tests - [`cd4d3c6`](https://github.com/wiremock/WireMock.Net/commit/cd4d3c6723034be86a0023cdce77e67775fb5033) Update src/WireMock.Net.Shared/Settings/ProxyUrlReplaceSettings.cs ### 📊 Changes **10 files changed** (+195 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `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) </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 09:19:25 +01:00
adam closed this issue 2025-12-29 09:19:25 +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#1359