(parse-body http-response)(parse-body {{content-type "Content-Type"} :headers body :body} default)(with-port-fn port-fn http-fn)Helper to compose a fn that knows how to lookup an HTTP port with an HTTP method fn (from above) Example: (def post (http/with-port-fn get-http-port http/post))
Helper to compose a fn that knows how to lookup an HTTP port with an HTTP method fn (from above) Example: (def post (http/with-port-fn get-http-port http/post))
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 |