Update to WireMock 2.32 API
This release brings new features available in the WireMock 2.32 JSON API:
- Multi-host mocking with
withHost
- A new convenience method for JSON responses
WireMock::jsonResponse
- Get serve events for unmatched requests or requests matching a particular stub via passing a
ServeEventQuery
togetAllServeEvents
- Proxy prefix removal with
withProxyUrlPrefixToRemove