Skip to content

Update to WireMock 2.32 API

Compare
Choose a tag to compare
@rowanhill rowanhill released this 31 Dec 15:45
· 92 commits to master since this release

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 to getAllServeEvents
  • Proxy prefix removal with withProxyUrlPrefixToRemove