Liking cljdoc? Tell your friends :D

ajax.apache


array-of-bytes-typeclj

source

Connectionclj

source

Method to retrieve the cookie policy that should be used for the request. This is a multimethod that may be extended to return your own cookie policy. Dispatches based on the :cookie-policy key in the request map.

Method to retrieve the cookie policy that should be used for the request.
This is a multimethod that may be extended to return your own cookie policy.
Dispatches based on the `:cookie-policy` key in the request map.
sourceraw docstring

HttpResponseWrapperclj

source

new-apiclj

(new-api)

This is the only thing exposed by the apache.clj file: a factory function that returns a class that wraps the Apache async API to the cljs-ajax API. Note that it's completely stateless: all of the relevant implementation objects are created each time.

This is the only thing exposed by the apache.clj file:
a factory function that returns a class that wraps the
Apache async API to the cljs-ajax API.
Note that it's completely stateless: all of the relevant
implementation objects are created each time.
sourceraw docstring

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

× close