Liking cljdoc? Tell your friends :D

mold-http.core


add-cached-responsecljs

(add-cached-response cofx cached-response xhrio-params)

add-http-cachecljs

(add-http-cache cache-key status response)

add-http-eventcljs

(add-http-event event-name event-id)

api-request-mapcljs

(api-request-map
  {:keys [method url params success failure interceptors headers body format raw
          with-credentials]
   :or {method :get format :json with-credentials true raw false body nil}})

configcljs


configurecljs

(configure options)

maybe-add-api-hostcljs

(maybe-add-api-host url)

Prepends api host to requests starting with /

Prepends api host to requests starting with /
raw docstring

noopcljs


reg-event-httpcljs

(reg-event-http event-name
                request
                callback
                &
                {:keys [injected-cofx success-cofx failure-cofx authenticate?
                        cache?]
                 :or {injected-cofx []
                      success-cofx []
                      failure-cofx []
                      authenticate? true
                      cache? false}})

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

× close