(accepted & [body headers])
Returns a Ring response with the HTTP 202 status code.
Returns a Ring response with the HTTP 202 status code.
(accepted? request)
Returns true if the request has the HTTP 202 status code, otherwise false.
Returns true if the request has the HTTP 202 status code, otherwise false.
(bad-gateway & [body headers])
Returns a Ring response with the HTTP 502 status code.
Returns a Ring response with the HTTP 502 status code.
(bad-gateway? request)
Returns true if the request has the HTTP 502 status code, otherwise false.
Returns true if the request has the HTTP 502 status code, otherwise false.
(bad-request & [body headers])
Returns a Ring response with the HTTP 400 status code.
Returns a Ring response with the HTTP 400 status code.
(bad-request? request)
Returns true if the request has the HTTP 400 status code, otherwise false.
Returns true if the request has the HTTP 400 status code, otherwise false.
(bandwidth-limit-exceeded & [body headers])
Returns a Ring response with the HTTP 509 status code.
Returns a Ring response with the HTTP 509 status code.
(bandwidth-limit-exceeded? request)
Returns true if the request has the HTTP 509 status code, otherwise false.
Returns true if the request has the HTTP 509 status code, otherwise false.
(blocked-by-windows-parental-controls & [body headers])
Returns a Ring response with the HTTP 450 status code.
Returns a Ring response with the HTTP 450 status code.
(blocked-by-windows-parental-controls? request)
Returns true if the request has the HTTP 450 status code, otherwise false.
Returns true if the request has the HTTP 450 status code, otherwise false.
(checkpoint & [body headers])
Returns a Ring response with the HTTP 103 status code.
Returns a Ring response with the HTTP 103 status code.
(checkpoint? request)
Returns true if the request has the HTTP 103 status code, otherwise false.
Returns true if the request has the HTTP 103 status code, otherwise false.
(client-closed-request & [body headers])
Returns a Ring response with the HTTP 499 status code.
Returns a Ring response with the HTTP 499 status code.
(client-closed-request? request)
Returns true if the request has the HTTP 499 status code, otherwise false.
Returns true if the request has the HTTP 499 status code, otherwise false.
(conflict & [body headers])
Returns a Ring response with the HTTP 409 status code.
Returns a Ring response with the HTTP 409 status code.
(conflict? request)
Returns true if the request has the HTTP 409 status code, otherwise false.
Returns true if the request has the HTTP 409 status code, otherwise false.
(continue & [body headers])
Returns a Ring response with the HTTP 100 status code.
Returns a Ring response with the HTTP 100 status code.
(continue? request)
Returns true if the request has the HTTP 100 status code, otherwise false.
Returns true if the request has the HTTP 100 status code, otherwise false.
(created & [body headers])
Returns a Ring response with the HTTP 201 status code.
Returns a Ring response with the HTTP 201 status code.
(created? request)
Returns true if the request has the HTTP 201 status code, otherwise false.
Returns true if the request has the HTTP 201 status code, otherwise false.
(defstatus status name)
Define helper functions to generate and check HTTP status codes.
Define helper functions to generate and check HTTP status codes.
(expectation-failed & [body headers])
Returns a Ring response with the HTTP 417 status code.
Returns a Ring response with the HTTP 417 status code.
(expectation-failed? request)
Returns true if the request has the HTTP 417 status code, otherwise false.
Returns true if the request has the HTTP 417 status code, otherwise false.
(failed-dependency & [body headers])
Returns a Ring response with the HTTP 424 status code.
Returns a Ring response with the HTTP 424 status code.
(failed-dependency? request)
Returns true if the request has the HTTP 424 status code, otherwise false.
Returns true if the request has the HTTP 424 status code, otherwise false.
(forbidden & [body headers])
Returns a Ring response with the HTTP 403 status code.
Returns a Ring response with the HTTP 403 status code.
(forbidden? request)
Returns true if the request has the HTTP 403 status code, otherwise false.
Returns true if the request has the HTTP 403 status code, otherwise false.
(found & [body headers])
Returns a Ring response with the HTTP 302 status code.
Returns a Ring response with the HTTP 302 status code.
(found? request)
Returns true if the request has the HTTP 302 status code, otherwise false.
Returns true if the request has the HTTP 302 status code, otherwise false.
(gateway-timeout & [body headers])
Returns a Ring response with the HTTP 504 status code.
Returns a Ring response with the HTTP 504 status code.
(gateway-timeout? request)
Returns true if the request has the HTTP 504 status code, otherwise false.
Returns true if the request has the HTTP 504 status code, otherwise false.
(gone & [body headers])
Returns a Ring response with the HTTP 410 status code.
Returns a Ring response with the HTTP 410 status code.
(gone? request)
Returns true if the request has the HTTP 410 status code, otherwise false.
Returns true if the request has the HTTP 410 status code, otherwise false.
(http-version-not-supported & [body headers])
Returns a Ring response with the HTTP 505 status code.
Returns a Ring response with the HTTP 505 status code.
(http-version-not-supported? request)
Returns true if the request has the HTTP 505 status code, otherwise false.
Returns true if the request has the HTTP 505 status code, otherwise false.
(im-a-teapot & [body headers])
Returns a Ring response with the HTTP 418 status code.
Returns a Ring response with the HTTP 418 status code.
(im-a-teapot? request)
Returns true if the request has the HTTP 418 status code, otherwise false.
Returns true if the request has the HTTP 418 status code, otherwise false.
(im-used & [body headers])
Returns a Ring response with the HTTP 226 status code.
Returns a Ring response with the HTTP 226 status code.
(im-used? request)
Returns true if the request has the HTTP 226 status code, otherwise false.
Returns true if the request has the HTTP 226 status code, otherwise false.
(insufficient-storage & [body headers])
Returns a Ring response with the HTTP 507 status code.
Returns a Ring response with the HTTP 507 status code.
(insufficient-storage? request)
Returns true if the request has the HTTP 507 status code, otherwise false.
Returns true if the request has the HTTP 507 status code, otherwise false.
(internal-server-error & [body headers])
Returns a Ring response with the HTTP 500 status code.
Returns a Ring response with the HTTP 500 status code.
(internal-server-error? request)
Returns true if the request has the HTTP 500 status code, otherwise false.
Returns true if the request has the HTTP 500 status code, otherwise false.
(length-required & [body headers])
Returns a Ring response with the HTTP 411 status code.
Returns a Ring response with the HTTP 411 status code.
(length-required? request)
Returns true if the request has the HTTP 411 status code, otherwise false.
Returns true if the request has the HTTP 411 status code, otherwise false.
(locked & [body headers])
Returns a Ring response with the HTTP 423 status code.
Returns a Ring response with the HTTP 423 status code.
(locked? request)
Returns true if the request has the HTTP 423 status code, otherwise false.
Returns true if the request has the HTTP 423 status code, otherwise false.
(method-not-allowed & [body headers])
Returns a Ring response with the HTTP 405 status code.
Returns a Ring response with the HTTP 405 status code.
(method-not-allowed? request)
Returns true if the request has the HTTP 405 status code, otherwise false.
Returns true if the request has the HTTP 405 status code, otherwise false.
(moved-permanently & [body headers])
Returns a Ring response with the HTTP 301 status code.
Returns a Ring response with the HTTP 301 status code.
(moved-permanently? request)
Returns true if the request has the HTTP 301 status code, otherwise false.
Returns true if the request has the HTTP 301 status code, otherwise false.
(multi-status & [body headers])
Returns a Ring response with the HTTP 207 status code.
Returns a Ring response with the HTTP 207 status code.
(multi-status? request)
Returns true if the request has the HTTP 207 status code, otherwise false.
Returns true if the request has the HTTP 207 status code, otherwise false.
(multiple-choices & [body headers])
Returns a Ring response with the HTTP 300 status code.
Returns a Ring response with the HTTP 300 status code.
(multiple-choices? request)
Returns true if the request has the HTTP 300 status code, otherwise false.
Returns true if the request has the HTTP 300 status code, otherwise false.
(no-content & [body headers])
Returns a Ring response with the HTTP 204 status code.
Returns a Ring response with the HTTP 204 status code.
(no-content? request)
Returns true if the request has the HTTP 204 status code, otherwise false.
Returns true if the request has the HTTP 204 status code, otherwise false.
(no-response & [body headers])
Returns a Ring response with the HTTP 444 status code.
Returns a Ring response with the HTTP 444 status code.
(no-response? request)
Returns true if the request has the HTTP 444 status code, otherwise false.
Returns true if the request has the HTTP 444 status code, otherwise false.
(non-authoritative-information & [body headers])
Returns a Ring response with the HTTP 203 status code.
Returns a Ring response with the HTTP 203 status code.
(non-authoritative-information? request)
Returns true if the request has the HTTP 203 status code, otherwise false.
Returns true if the request has the HTTP 203 status code, otherwise false.
(not-acceptable & [body headers])
Returns a Ring response with the HTTP 406 status code.
Returns a Ring response with the HTTP 406 status code.
(not-acceptable? request)
Returns true if the request has the HTTP 406 status code, otherwise false.
Returns true if the request has the HTTP 406 status code, otherwise false.
(not-extended & [body headers])
Returns a Ring response with the HTTP 510 status code.
Returns a Ring response with the HTTP 510 status code.
(not-extended? request)
Returns true if the request has the HTTP 510 status code, otherwise false.
Returns true if the request has the HTTP 510 status code, otherwise false.
(not-found & [body headers])
Returns a Ring response with the HTTP 404 status code.
Returns a Ring response with the HTTP 404 status code.
(not-found? request)
Returns true if the request has the HTTP 404 status code, otherwise false.
Returns true if the request has the HTTP 404 status code, otherwise false.
(not-implemented & [body headers])
Returns a Ring response with the HTTP 501 status code.
Returns a Ring response with the HTTP 501 status code.
(not-implemented? request)
Returns true if the request has the HTTP 501 status code, otherwise false.
Returns true if the request has the HTTP 501 status code, otherwise false.
(not-modified & [body headers])
Returns a Ring response with the HTTP 304 status code.
Returns a Ring response with the HTTP 304 status code.
(not-modified? request)
Returns true if the request has the HTTP 304 status code, otherwise false.
Returns true if the request has the HTTP 304 status code, otherwise false.
(ok & [body headers])
Returns a Ring response with the HTTP 200 status code.
Returns a Ring response with the HTTP 200 status code.
(ok? request)
Returns true if the request has the HTTP 200 status code, otherwise false.
Returns true if the request has the HTTP 200 status code, otherwise false.
(partial-content & [body headers])
Returns a Ring response with the HTTP 206 status code.
Returns a Ring response with the HTTP 206 status code.
(partial-content? request)
Returns true if the request has the HTTP 206 status code, otherwise false.
Returns true if the request has the HTTP 206 status code, otherwise false.
(payment-required & [body headers])
Returns a Ring response with the HTTP 402 status code.
Returns a Ring response with the HTTP 402 status code.
(payment-required? request)
Returns true if the request has the HTTP 402 status code, otherwise false.
Returns true if the request has the HTTP 402 status code, otherwise false.
(precondition-failed & [body headers])
Returns a Ring response with the HTTP 412 status code.
Returns a Ring response with the HTTP 412 status code.
(precondition-failed? request)
Returns true if the request has the HTTP 412 status code, otherwise false.
Returns true if the request has the HTTP 412 status code, otherwise false.
(processing & [body headers])
Returns a Ring response with the HTTP 102 status code.
Returns a Ring response with the HTTP 102 status code.
(processing? request)
Returns true if the request has the HTTP 102 status code, otherwise false.
Returns true if the request has the HTTP 102 status code, otherwise false.
(proxy-authentication-required & [body headers])
Returns a Ring response with the HTTP 407 status code.
Returns a Ring response with the HTTP 407 status code.
(proxy-authentication-required? request)
Returns true if the request has the HTTP 407 status code, otherwise false.
Returns true if the request has the HTTP 407 status code, otherwise false.
(request-entity-too-large & [body headers])
Returns a Ring response with the HTTP 413 status code.
Returns a Ring response with the HTTP 413 status code.
(request-entity-too-large? request)
Returns true if the request has the HTTP 413 status code, otherwise false.
Returns true if the request has the HTTP 413 status code, otherwise false.
(request-timeout & [body headers])
Returns a Ring response with the HTTP 408 status code.
Returns a Ring response with the HTTP 408 status code.
(request-timeout? request)
Returns true if the request has the HTTP 408 status code, otherwise false.
Returns true if the request has the HTTP 408 status code, otherwise false.
(request-uri-too-long & [body headers])
Returns a Ring response with the HTTP 414 status code.
Returns a Ring response with the HTTP 414 status code.
(request-uri-too-long? request)
Returns true if the request has the HTTP 414 status code, otherwise false.
Returns true if the request has the HTTP 414 status code, otherwise false.
(requested-range-not-satisfiable & [body headers])
Returns a Ring response with the HTTP 416 status code.
Returns a Ring response with the HTTP 416 status code.
(requested-range-not-satisfiable? request)
Returns true if the request has the HTTP 416 status code, otherwise false.
Returns true if the request has the HTTP 416 status code, otherwise false.
(reset-content & [body headers])
Returns a Ring response with the HTTP 205 status code.
Returns a Ring response with the HTTP 205 status code.
(reset-content? request)
Returns true if the request has the HTTP 205 status code, otherwise false.
Returns true if the request has the HTTP 205 status code, otherwise false.
(resume-incomplete & [body headers])
Returns a Ring response with the HTTP 308 status code.
Returns a Ring response with the HTTP 308 status code.
(resume-incomplete? request)
Returns true if the request has the HTTP 308 status code, otherwise false.
Returns true if the request has the HTTP 308 status code, otherwise false.
(retry-with & [body headers])
Returns a Ring response with the HTTP 449 status code.
Returns a Ring response with the HTTP 449 status code.
(retry-with? request)
Returns true if the request has the HTTP 449 status code, otherwise false.
Returns true if the request has the HTTP 449 status code, otherwise false.
(see-other & [body headers])
Returns a Ring response with the HTTP 303 status code.
Returns a Ring response with the HTTP 303 status code.
(see-other? request)
Returns true if the request has the HTTP 303 status code, otherwise false.
Returns true if the request has the HTTP 303 status code, otherwise false.
(service-unavailable & [body headers])
Returns a Ring response with the HTTP 503 status code.
Returns a Ring response with the HTTP 503 status code.
(service-unavailable? request)
Returns true if the request has the HTTP 503 status code, otherwise false.
Returns true if the request has the HTTP 503 status code, otherwise false.
(switch-proxy & [body headers])
Returns a Ring response with the HTTP 306 status code.
Returns a Ring response with the HTTP 306 status code.
(switch-proxy? request)
Returns true if the request has the HTTP 306 status code, otherwise false.
Returns true if the request has the HTTP 306 status code, otherwise false.
(switching-protocols & [body headers])
Returns a Ring response with the HTTP 101 status code.
Returns a Ring response with the HTTP 101 status code.
(switching-protocols? request)
Returns true if the request has the HTTP 101 status code, otherwise false.
Returns true if the request has the HTTP 101 status code, otherwise false.
(temporary-redirect & [body headers])
Returns a Ring response with the HTTP 307 status code.
Returns a Ring response with the HTTP 307 status code.
(temporary-redirect? request)
Returns true if the request has the HTTP 307 status code, otherwise false.
Returns true if the request has the HTTP 307 status code, otherwise false.
(unauthorized & [body headers])
Returns a Ring response with the HTTP 401 status code.
Returns a Ring response with the HTTP 401 status code.
(unauthorized? request)
Returns true if the request has the HTTP 401 status code, otherwise false.
Returns true if the request has the HTTP 401 status code, otherwise false.
(unoredered-collection & [body headers])
Returns a Ring response with the HTTP 425 status code.
Returns a Ring response with the HTTP 425 status code.
(unoredered-collection? request)
Returns true if the request has the HTTP 425 status code, otherwise false.
Returns true if the request has the HTTP 425 status code, otherwise false.
(unprocessable-entity & [body headers])
Returns a Ring response with the HTTP 422 status code.
Returns a Ring response with the HTTP 422 status code.
(unprocessable-entity? request)
Returns true if the request has the HTTP 422 status code, otherwise false.
Returns true if the request has the HTTP 422 status code, otherwise false.
(unsupported-media-type & [body headers])
Returns a Ring response with the HTTP 415 status code.
Returns a Ring response with the HTTP 415 status code.
(unsupported-media-type? request)
Returns true if the request has the HTTP 415 status code, otherwise false.
Returns true if the request has the HTTP 415 status code, otherwise false.
(upgrade-required & [body headers])
Returns a Ring response with the HTTP 426 status code.
Returns a Ring response with the HTTP 426 status code.
(upgrade-required? request)
Returns true if the request has the HTTP 426 status code, otherwise false.
Returns true if the request has the HTTP 426 status code, otherwise false.
(use-proxy & [body headers])
Returns a Ring response with the HTTP 305 status code.
Returns a Ring response with the HTTP 305 status code.
(use-proxy? request)
Returns true if the request has the HTTP 305 status code, otherwise false.
Returns true if the request has the HTTP 305 status code, otherwise false.
(variant-also-negotiates & [body headers])
Returns a Ring response with the HTTP 506 status code.
Returns a Ring response with the HTTP 506 status code.
(variant-also-negotiates? request)
Returns true if the request has the HTTP 506 status code, otherwise false.
Returns true if the request has the HTTP 506 status code, otherwise false.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close