Liking cljdoc? Tell your friends :D

qbits.jet.client.cookies


add-cookie!clj

(add-cookie! cookie-store uri cookie)

Adds a single cookie for a destination URI to the cookie store

Adds a single cookie for a destination URI to the cookie store
sourceraw docstring

add-cookies!clj

(add-cookies! cookie-store uri cookies)

Adds cookies for a destination URI to the cookie store

Adds cookies for a destination URI to the cookie store
sourceraw docstring

get-cookiesclj

(get-cookies cookie-store)
(get-cookies cookie-store uri)

Returns a sequence of all cookies form the store, or per URI

Returns a sequence of all cookies form the store, or per URI
sourceraw docstring

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

× close