mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-29 21:31:45 +02:00
WithProxy() should save the new mapping (#600)
* WithProxy should save the new mapping * fix ut * .
This commit is contained in:
@@ -6,7 +6,7 @@ namespace WireMock.Util
|
||||
/// <summary>
|
||||
/// BodyData
|
||||
/// </summary>
|
||||
internal class BodyData : IBodyData
|
||||
public class BodyData : IBodyData
|
||||
{
|
||||
/// <inheritdoc cref="IBodyData.Encoding" />
|
||||
public Encoding Encoding { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user