mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-15 14:53:37 +01:00
75 lines
1.4 KiB
JSON
75 lines
1.4 KiB
JSON
{
|
|
"Guid": "ff55ac0a-fea9-4d7b-be74-5e483a2c1305",
|
|
"UpdatedAt": "2022-12-04T00:00:00",
|
|
"Title": "my title",
|
|
"Description": "my description",
|
|
"Priority": -2000000,
|
|
"Request": {
|
|
"Path": {
|
|
"Matchers": [
|
|
{
|
|
"Name": "WildcardMatcher",
|
|
"Pattern": "x",
|
|
"IgnoreCase": false
|
|
}
|
|
]
|
|
},
|
|
"Methods": [
|
|
"POST"
|
|
],
|
|
"Headers": [
|
|
{
|
|
"Name": "Content-Type",
|
|
"Matchers": [
|
|
{
|
|
"Name": "ContentTypeMatcher",
|
|
"Pattern": "text/plain",
|
|
"IgnoreCase": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Cookies": [
|
|
{
|
|
"Name": "c",
|
|
"Matchers": [
|
|
{
|
|
"Name": "WildcardMatcher",
|
|
"Pattern": "x",
|
|
"IgnoreCase": true
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Params": [
|
|
{
|
|
"Name": "p1",
|
|
"Matchers": [
|
|
{
|
|
"Name": "ExactMatcher",
|
|
"Pattern": "p1-v",
|
|
"IgnoreCase": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Name": "p2",
|
|
"Matchers": [
|
|
{
|
|
"Name": "ExactMatcher",
|
|
"Pattern": "p2-v",
|
|
"IgnoreCase": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Body": {
|
|
"Matcher": {
|
|
"Name": "RegexMatcher",
|
|
"Pattern": "<RequestType>Auth</RequestType",
|
|
"IgnoreCase": false
|
|
}
|
|
}
|
|
},
|
|
"Response": {}
|
|
} |