Liking cljdoc? Tell your friends :D

common-clj.components.http-client.in-memory-http-client


mock-response!clj

(mock-response! http-client endpoint options)
(mock-response! {:keys [mocked-responses]} endpoint path-params {:keys [body]})
source

new-http-clientclj

(new-http-client endpoints)

Inputs: [endpoints :- s-hc/Endpoints]

Inputs: [endpoints :- s-hc/Endpoints]
sourceraw docstring

strict-map->InMemoryHttpClientclj

(strict-map->InMemoryHttpClient m44973 & [drop-extra-keys?__1759__auto__])

Factory function for class InMemoryHttpClient, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->

Factory function for class InMemoryHttpClient, taking a map of keywords to field values.  All keys are required, and no extra keys are allowed.  Even faster than map->
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close