Liking cljdoc? Tell your friends :D

clj-okhttp.okhttp


->authenticatorclj

(->authenticator authenticator)
source

->cacheclj

(->cache cache)
source

->certificate-pinnerclj

(->certificate-pinner certificate-pinner)
source

->connection-poolclj

(->connection-pool connection-pool)
source

->connection-specclj

(->connection-spec connection-spec)
source

->dispatcherclj

(->dispatcher dispatcher)
source

->event-listener-factoryclj

(->event-listener-factory factory)
source

->form-bodyclj

(->form-body body)
source

->headersclj

(->headers headers)
source

->hostname-verifierclj

(->hostname-verifier verifier)
source

->http-clientclj

(->http-client
  {:keys [dispatcher connection-pool interceptors network-interceptors
          event-listener-factory retry-on-connection-failure authenticator
          follow-redirects follow-ssl-redirects cookie-jar cache dns proxy
          proxy-selector proxy-authenticator socket-factory ssl-socket-factory
          x509-trust-manager connection-specs protocols hostname-verifier
          certificate-pinner call-timeout connect-timeout read-timeout
          write-timeout ping-interval min-websocket-message-to-compress]})
source

->interceptorclj

(->interceptor interceptor-or-fn)
source

->multipart-bodyclj

(->multipart-body parts)
source

->protocolclj

(->protocol protocol)
source

->requestclj

(->request {:keys [request-method body headers url] :as req})
source

->request-bodyclj

(->request-body content-type content)
source

->urlclj

(->url url query-params)
source

<-headersclj

(<-headers headers)
source

<-responseclj

(<-response response)
source

<-response-bodyclj

(<-response-body body)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close