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