(get-logged-requests method url & args)
Get's the logged requests for the specified method and url.
Get's the logged requests for the specified method and url.
(request-journal)
(request-journal s)
Pulls back the request journal for the specified wiremock server. Defaults to the root server.
Pulls back the request journal for the specified wiremock server. Defaults to the root server.
(root-server)
Convenience function to retrieve the first wiremock server registered - useful when only on wiremock-server is in use.
Convenience function to retrieve the first wiremock server registered - useful when only on wiremock-server is in use.
(server port)
Returns the wiremock server listening on the specified port (if any)
Returns the wiremock server listening on the specified port (if any)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close