mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-25 01:09:14 +02:00
19e95325fa
* ProxyUrlTransformer * tests * Update src/WireMock.Net.Shared/Settings/ProxyUrlReplaceSettings.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
8 lines
147 B
C#
8 lines
147 B
C#
// Copyright © WireMock.Net
|
|
|
|
namespace WireMock.Transformers;
|
|
|
|
internal interface ITransformerContextFactory
|
|
{
|
|
ITransformerContext Create();
|
|
} |