Liking cljdoc? Tell your friends :D

unifier.response.http

Unified http responses.

Unified http responses.
raw docstring

allowed-typesclj/s

Allowed response types.

Allowed response types.
raw docstring

client-error-status-codesclj/s

Client error 4xx http status codes.

Client error `4xx` http status codes.
raw docstring

http->typeclj/s

Map of http status and response type. E.g. {200 ::ok ...}.

Map of http status and response type. E.g. {200 ::ok ...}.
raw docstring

informational-status-codesclj/s

Informational 1xx http status codes.

Informational `1xx` http status codes.
raw docstring

redirection-status-codesclj/s

Redirection 3xx http status codes.

Redirection `3xx` http status codes.
raw docstring

server-error-status-codesclj/s

Server error 5xx http status codes.

Server error `5xx` http status codes.
raw docstring

success-status-codesclj/s

Success 2xx http status codes.

Success `2xx` http status codes.
raw docstring

to-statusclj/s

(to-status type)

Returns a http status by the given response type.

Returns a http status by the given response type.
raw docstring

to-typeclj/s

(to-type http)

Returns a response type by the given http status.

Returns a response type by the given http status.
raw docstring

type->httpclj/s

Map of response type and http status. E.g. {::ok 200 ...}.

Map of response type and http status. E.g.  {::ok 200 ...}.
raw docstring

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

× close