swagger.examples.record-spec.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wiremock-standalone Show documentation
Show all versions of wiremock-standalone Show documentation
A web service test double for all occasions - standalone edition
targetBaseUrl: http://example.mocklab.io
filters:
urlPathPattern: "/api/.*"
method: GET
captureHeaders:
Accept: {}
Content-Type:
caseInsensitive: true
requestBodyPattern:
matcher: equalToJson
ignoreArrayOrder: false
ignoreExtraElements: true
extractBodyCriteria:
textSizeThreshold: '2048'
binarySizeThreshold: '10240'
persist: false
repeatsAsScenarios: false
transformers:
- modify-response-header
transformerParameters:
headerValue: '123'