(get url)
Does async GET on url and passes all the relevant headers along
Does async GET on url and passes all the relevant headers along
(get-sync url)
Does sync GET on url and passes all the relevant headers along
Does sync GET on url and passes all the relevant headers along
(midje-defined-fns?)
Has midje redefined some of these functions in the NS?
Has midje redefined some of these functions in the NS?
(mocked?)
Have the fetch functions been mocked by a testing framework?
Have the fetch functions been mocked by a testing framework?
(post url body)
Does async POST on url and passes all the relevant headers along
Does async POST on url and passes all the relevant headers along
(post-sync url body)
Does sync POST on url and passes all the relevant headers along
Does sync POST on url and passes all the relevant headers along
(request url options)
Does an async request and merges all the relevant headers along
Does an async request and merges all the relevant headers along
(request-sync url options)
Does a sync request and merges all the relevant headers along
Does a sync request and merges all the relevant headers along
(wrap-add-fetch handler)
(wrap-add-fetch handler important-headers)
Middleware that lets you call fetch/get or fetch/post passing on headers to the subservice
Middleware that lets you call fetch/get or fetch/post passing on headers to the subservice
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close