Liking cljdoc? Tell your friends :D

fetch.core


default-important-headersclj

source

getclj

(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
sourceraw docstring

get-syncclj

(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
sourceraw docstring

midje-defined-fns?clj

(midje-defined-fns?)

Has midje redefined some of these functions in the NS?

Has midje redefined some of these functions in the NS?
sourceraw docstring

mocked?clj

(mocked?)

Have the fetch functions been mocked by a testing framework?

Have the fetch functions been mocked by a testing framework?
sourceraw docstring

postclj

(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
sourceraw docstring

post-syncclj

(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
sourceraw docstring

requestclj

(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
sourceraw docstring

request-syncclj

(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
sourceraw docstring

wrap-add-fetchclj

(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
sourceraw docstring

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

× close