Liking cljdoc? Tell your friends :D

clj-sse-client.client


(-cookie-manager)
(-cookie-manager policy)
source

byte-array-classclj

source

clientclj

(client)
(client {:keys [authenticator connect-timeout cookie-handler executor
                follow-redirects priority proxy ssl-context ssl-parameters
                version]})

Create a HttpClient with provided settings or with default settings if non are provided.

Create a HttpClient with provided settings or with default settings if
non are provided.
sourceraw docstring

(cookie-policy k)
source

createclj

(create)
(create opts)
source

failed?clj

(failed? response)
source

(find-set-cookie resp)
source

http-versionclj

(http-version v)
source

IBodyPublishercljprotocol

-publisherclj

(-publisher body)

Try to coerce the body to a Publisher of a compatible type.

Try to coerce the body to a Publisher of a compatible type.
source

IHttpClientcljprotocol

-send!clj

(-send! client request)
(-send! client request handler)
source

IRequestcljprotocol

-requestclj

(-request this)

Coerce the input to a request.

Coerce the input to a request.
source

noopclj

(noop)
(noop _a)
(noop _a _a)
(noop _a _a _a)
source

redirectclj

(redirect r)
source

requestclj

(request {:keys [uri method headers timeout body version]})

Build a request to uri with method. uri can be URI, URL, Path, File or String. for POST and PUT requests a body should be specified. It can be a byte array, nil, Path, File, Input Stream, String or a BodyPublisher. Headers, timeout and version are optional.

Build a request to `uri` with `method`.
`uri` can be URI, URL, Path, File or String.
for POST and PUT requests a `body` should be specified. It can be a byte
array, nil, Path, File, Input Stream, String or a BodyPublisher.
Headers, timeout and version are optional.
sourceraw docstring

send!clj

(send! client request)
(send! client request handler)
source

send-sync!clj

(send-sync! client request)
(send-sync! client request handler)
source

(strip-cookie c)
source

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

× close