(delete url & [opts])(fetch-opts {:keys [method accept content-type headers redirect mode cache
signal credentials referrer-policy]
:or {method :get
accept :transit-json
content-type :transit-json
redirect :follow
mode :cors
cache :default
credentials :same-origin
referrer-policy :client}})(head url & [opts])(post url & [opts])(put url & [opts])(request url
&
[{:keys [method accept content-type query-params body]
:as opts
:or {accept :transit-json content-type :transit-json}}])cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |