Liking cljdoc? Tell your friends :D

unifier.response.http

Unified HTTP responses.

Unified HTTP responses.
raw docstring

client-error-status-codesclj/s

HTTP client error 4xx status codes.

HTTP `client error` 4xx status codes.
sourceraw docstring

default-client-error-typeclj/s

Default unified http client error type.

Default unified http `client error` type.
sourceraw docstring

default-server-error-typeclj/s

Default unified http server error type.

Default unified http `server error` type.
sourceraw docstring

default-success-typeclj/s

Default unified http success type.

Default unified http `success` type.
sourceraw docstring

http-status->response-typeclj/s

Mapping http status to response type.

Mapping http status to response type.
sourceraw docstring

informational-status-codesclj/s

HTTP informational 1xx status codes.

HTTP `informational` 1xx status codes.
sourceraw docstring

redirection-status-codesclj/s

HTTP redirection 3xx status codes.

HTTP `redirection` 3xx status codes.
sourceraw docstring

response-type->http-statusclj/s

HTTP status codes.

HTTP status codes.
sourceraw docstring

server-error-status-codesclj/s

HTTP server error 5xx status codes.

HTTP `server error` 5xx status codes.
sourceraw docstring

success-status-codesclj/s

HTTP success 2xx status codes.

HTTP `success` 2xx status codes.
sourceraw docstring

to-statusclj/s

(to-status response-type)

Returns a http status by the given response type.

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

to-typeclj/s

(to-type http-status)

Returns a response type by the given http status.

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

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

× close