mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-29 22:02:16 +02:00
30 lines
516 B
Plaintext
30 lines
516 B
Plaintext
{
|
|
Guid: 90356dba-b36c-469a-a17e-669cd84f1f05,
|
|
UpdatedAt: DateTime_1,
|
|
Request: {
|
|
Path: {
|
|
Matchers: [
|
|
{
|
|
Name: WildcardMatcher,
|
|
Pattern: /1,
|
|
IgnoreCase: false
|
|
}
|
|
]
|
|
},
|
|
Body: {
|
|
Matcher: {
|
|
Name: RegexMatcher,
|
|
Pattern: hello,
|
|
IgnoreCase: true
|
|
}
|
|
}
|
|
},
|
|
Response: {
|
|
ProxyUrl: https://my-proxy.com,
|
|
ProxyUrlReplaceSettings: {
|
|
OldValue: x,
|
|
NewValue: y,
|
|
IgnoreCase: true
|
|
}
|
|
}
|
|
} |