Stanislav Yurin
Results
3
issues of
Stanislav Yurin
I was in need to have routes with hosts as wildcards, so made some quick tweaks in terse parser and router for my project which seem to work well. Is...
Suitable for e.g. arraybuffers requests. Takes standard values, as in goog.net.XhrIo.ResponseType Example: ``` clojure (http/get "http://example.com/some-binary-api" {:with-credentials? false :response-type "arraybuffer"}) ``` Defaults to "" In the returned map, adds :response-type...