mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-18 15:34:42 +01:00
35 lines
590 B
Plaintext
35 lines
590 B
Plaintext
[
|
|
{
|
|
Guid: Guid_1,
|
|
UpdatedAt: 2023-01-14 15:16:17,
|
|
Request: {
|
|
Path: {
|
|
Matchers: [
|
|
{
|
|
Name: WildcardMatcher,
|
|
Pattern: /foo,
|
|
IgnoreCase: false
|
|
}
|
|
]
|
|
},
|
|
Methods: [
|
|
GET
|
|
],
|
|
Params: [
|
|
{
|
|
Name: test,
|
|
Matchers: [
|
|
{
|
|
Name: LinqMatcher,
|
|
Pattern: it.Length < 10
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
Response: {
|
|
BodyDestination: SameAsSource,
|
|
Body: { msg: "Hello world!"}
|
|
}
|
|
}
|
|
] |