mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-23 09:52:05 +01:00
* ProtoBuf
* .
* x
* ---
* x
* fx
* ...
* sc
* ...
* .
* groen
* x
* fix tests
* ok!?
* fix tests
* fix tests
* !
* x
* 6
* .
* x
* ivaluematcher
* transformer
* .
* sc
* .
* mapping
* x
* tra
* com
* ...
* .
* .
* .
* AddProtoDefinition
* .
* set
* grpahj
* .
* .
* IdOrText
* ...
* async
* async2
* .
* t
* nuget
* <PackageReference Include="ProtoBufJsonConverter" Version="0.2.0-preview-04" />
* http version
* tests
* .WithHttpVersion("2")
* <PackageReference Include="ProtoBufJsonConverter" Version="0.2.0" />
* HttpVersionParser
35 lines
561 B
Plaintext
35 lines
561 B
Plaintext
{
|
|
Guid: 90356dba-b36c-469a-a17e-669cd84f1f05,
|
|
UpdatedAt: DateTime_1,
|
|
Request: {
|
|
Path: {
|
|
Matchers: [
|
|
{
|
|
Name: WildcardMatcher,
|
|
Pattern: /foo1,
|
|
IgnoreCase: false
|
|
}
|
|
]
|
|
},
|
|
Methods: [
|
|
GET
|
|
],
|
|
Params: [
|
|
{
|
|
Name: p1,
|
|
Matchers: [
|
|
{
|
|
Name: ExactMatcher,
|
|
Pattern: xyz,
|
|
IgnoreCase: false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
Response: {
|
|
StatusCode: 200,
|
|
BodyDestination: SameAsSource,
|
|
Body: 1
|
|
}
|
|
} |