(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
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close