mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-14 14:23:34 +01:00
16 lines
268 B
Plaintext
16 lines
268 B
Plaintext
{
|
|
Request: {
|
|
Url: https://localhost,
|
|
Method: get,
|
|
Headers: {
|
|
x: y
|
|
},
|
|
BodyAsJson: {
|
|
n: 12345
|
|
},
|
|
TransformerReplaceNodeOptions: EvaluateAndTryToConvert,
|
|
Delay: 4,
|
|
MinimumRandomDelay: 5,
|
|
MaximumRandomDelay: 6
|
|
}
|
|
} |