module documentation

Descriptive HTTP status codes, for code readability. See RFC 2616 - https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html And RFC 6585 - https://tools.ietf.org/html/rfc6585 And RFC 4918 - https://tools.ietf.org/html/rfc4918

Function is_client_error Undocumented
Function is_informational Undocumented
Function is_redirect Undocumented
Function is_server_error Undocumented
Function is_success Undocumented
Constant HTTP_100_CONTINUE Undocumented
Constant HTTP_101_SWITCHING_PROTOCOLS Undocumented
Constant HTTP_102_PROCESSING Undocumented
Constant HTTP_103_EARLY_HINTS Undocumented
Constant HTTP_200_OK Undocumented
Constant HTTP_201_CREATED Undocumented
Constant HTTP_202_ACCEPTED Undocumented
Constant HTTP_203_NON_AUTHORITATIVE_INFORMATION Undocumented
Constant HTTP_204_NO_CONTENT Undocumented
Constant HTTP_205_RESET_CONTENT Undocumented
Constant HTTP_206_PARTIAL_CONTENT Undocumented
Constant HTTP_207_MULTI_STATUS Undocumented
Constant HTTP_208_ALREADY_REPORTED Undocumented
Constant HTTP_226_IM_USED Undocumented
Constant HTTP_300_MULTIPLE_CHOICES Undocumented
Constant HTTP_301_MOVED_PERMANENTLY Undocumented
Constant HTTP_302_FOUND Undocumented
Constant HTTP_303_SEE_OTHER Undocumented
Constant HTTP_304_NOT_MODIFIED Undocumented
Constant HTTP_305_USE_PROXY Undocumented
Constant HTTP_306_RESERVED Undocumented
Constant HTTP_307_TEMPORARY_REDIRECT Undocumented
Constant HTTP_308_PERMANENT_REDIRECT Undocumented
Constant HTTP_400_BAD_REQUEST Undocumented
Constant HTTP_401_UNAUTHORIZED Undocumented
Constant HTTP_402_PAYMENT_REQUIRED Undocumented
Constant HTTP_403_FORBIDDEN Undocumented
Constant HTTP_404_NOT_FOUND Undocumented
Constant HTTP_405_METHOD_NOT_ALLOWED Undocumented
Constant HTTP_406_NOT_ACCEPTABLE Undocumented
Constant HTTP_407_PROXY_AUTHENTICATION_REQUIRED Undocumented
Constant HTTP_408_REQUEST_TIMEOUT Undocumented
Constant HTTP_409_CONFLICT Undocumented
Constant HTTP_410_GONE Undocumented
Constant HTTP_411_LENGTH_REQUIRED Undocumented
Constant HTTP_412_PRECONDITION_FAILED Undocumented
Constant HTTP_413_REQUEST_ENTITY_TOO_LARGE Undocumented
Constant HTTP_414_REQUEST_URI_TOO_LONG Undocumented
Constant HTTP_415_UNSUPPORTED_MEDIA_TYPE Undocumented
Constant HTTP_416_REQUESTED_RANGE_NOT_SATISFIABLE Undocumented
Constant HTTP_417_EXPECTATION_FAILED Undocumented
Constant HTTP_418_IM_A_TEAPOT Undocumented
Constant HTTP_421_MISDIRECTED_REQUEST Undocumented
Constant HTTP_422_UNPROCESSABLE_ENTITY Undocumented
Constant HTTP_423_LOCKED Undocumented
Constant HTTP_424_FAILED_DEPENDENCY Undocumented
Constant HTTP_425_TOO_EARLY Undocumented
Constant HTTP_426_UPGRADE_REQUIRED Undocumented
Constant HTTP_428_PRECONDITION_REQUIRED Undocumented
Constant HTTP_429_TOO_MANY_REQUESTS Undocumented
Constant HTTP_431_REQUEST_HEADER_FIELDS_TOO_LARGE Undocumented
Constant HTTP_451_UNAVAILABLE_FOR_LEGAL_REASONS Undocumented
Constant HTTP_500_INTERNAL_SERVER_ERROR Undocumented
Constant HTTP_501_NOT_IMPLEMENTED Undocumented
Constant HTTP_502_BAD_GATEWAY Undocumented
Constant HTTP_503_SERVICE_UNAVAILABLE Undocumented
Constant HTTP_504_GATEWAY_TIMEOUT Undocumented
Constant HTTP_505_HTTP_VERSION_NOT_SUPPORTED Undocumented
Constant HTTP_506_VARIANT_ALSO_NEGOTIATES Undocumented
Constant HTTP_507_INSUFFICIENT_STORAGE Undocumented
Constant HTTP_508_LOOP_DETECTED Undocumented
Constant HTTP_509_BANDWIDTH_LIMIT_EXCEEDED Undocumented
Constant HTTP_510_NOT_EXTENDED Undocumented
Constant HTTP_511_NETWORK_AUTHENTICATION_REQUIRED Undocumented
def is_client_error(code): (source)

Undocumented

def is_informational(code): (source)

Undocumented

def is_redirect(code): (source)

Undocumented

def is_server_error(code): (source)

Undocumented

def is_success(code): (source)

Undocumented

HTTP_100_CONTINUE: int = (source)

Undocumented

Value
100
HTTP_101_SWITCHING_PROTOCOLS: int = (source)

Undocumented

Value
101
HTTP_102_PROCESSING: int = (source)

Undocumented

Value
102
HTTP_103_EARLY_HINTS: int = (source)

Undocumented

Value
103
HTTP_200_OK: int = (source)

Undocumented

Value
200
HTTP_201_CREATED: int = (source)

Undocumented

Value
201
HTTP_202_ACCEPTED: int = (source)

Undocumented

Value
202
HTTP_203_NON_AUTHORITATIVE_INFORMATION: int = (source)

Undocumented

Value
203
HTTP_204_NO_CONTENT: int = (source)

Undocumented

Value
204
HTTP_205_RESET_CONTENT: int = (source)

Undocumented

Value
205
HTTP_206_PARTIAL_CONTENT: int = (source)

Undocumented

Value
206
HTTP_207_MULTI_STATUS: int = (source)

Undocumented

Value
207
HTTP_208_ALREADY_REPORTED: int = (source)

Undocumented

Value
208
HTTP_226_IM_USED: int = (source)

Undocumented

Value
226
HTTP_300_MULTIPLE_CHOICES: int = (source)

Undocumented

Value
300
HTTP_301_MOVED_PERMANENTLY: int = (source)

Undocumented

Value
301
HTTP_302_FOUND: int = (source)

Undocumented

Value
302
HTTP_303_SEE_OTHER: int = (source)

Undocumented

Value
303
HTTP_304_NOT_MODIFIED: int = (source)

Undocumented

Value
304
HTTP_305_USE_PROXY: int = (source)

Undocumented

Value
305
HTTP_306_RESERVED: int = (source)

Undocumented

Value
306
HTTP_307_TEMPORARY_REDIRECT: int = (source)

Undocumented

Value
307
HTTP_308_PERMANENT_REDIRECT: int = (source)

Undocumented

Value
308
HTTP_400_BAD_REQUEST: int = (source)

Undocumented

Value
400
HTTP_401_UNAUTHORIZED: int = (source)

Undocumented

Value
401
HTTP_402_PAYMENT_REQUIRED: int = (source)

Undocumented

Value
402
HTTP_403_FORBIDDEN: int = (source)

Undocumented

Value
403
HTTP_404_NOT_FOUND: int = (source)

Undocumented

Value
404
HTTP_405_METHOD_NOT_ALLOWED: int = (source)

Undocumented

Value
405
HTTP_406_NOT_ACCEPTABLE: int = (source)

Undocumented

Value
406
HTTP_407_PROXY_AUTHENTICATION_REQUIRED: int = (source)

Undocumented

Value
407
HTTP_408_REQUEST_TIMEOUT: int = (source)

Undocumented

Value
408
HTTP_409_CONFLICT: int = (source)

Undocumented

Value
409
HTTP_410_GONE: int = (source)

Undocumented

Value
410
HTTP_411_LENGTH_REQUIRED: int = (source)

Undocumented

Value
411
HTTP_412_PRECONDITION_FAILED: int = (source)

Undocumented

Value
412
HTTP_413_REQUEST_ENTITY_TOO_LARGE: int = (source)

Undocumented

Value
413
HTTP_414_REQUEST_URI_TOO_LONG: int = (source)

Undocumented

Value
414
HTTP_415_UNSUPPORTED_MEDIA_TYPE: int = (source)

Undocumented

Value
415
HTTP_416_REQUESTED_RANGE_NOT_SATISFIABLE: int = (source)

Undocumented

Value
416
HTTP_417_EXPECTATION_FAILED: int = (source)

Undocumented

Value
417
HTTP_418_IM_A_TEAPOT: int = (source)

Undocumented

Value
418
HTTP_421_MISDIRECTED_REQUEST: int = (source)

Undocumented

Value
421
HTTP_422_UNPROCESSABLE_ENTITY: int = (source)

Undocumented

Value
422
HTTP_423_LOCKED: int = (source)

Undocumented

Value
423
HTTP_424_FAILED_DEPENDENCY: int = (source)

Undocumented

Value
424
HTTP_425_TOO_EARLY: int = (source)

Undocumented

Value
425
HTTP_426_UPGRADE_REQUIRED: int = (source)

Undocumented

Value
426
HTTP_428_PRECONDITION_REQUIRED: int = (source)

Undocumented

Value
428
HTTP_429_TOO_MANY_REQUESTS: int = (source)

Undocumented

Value
429
HTTP_431_REQUEST_HEADER_FIELDS_TOO_LARGE: int = (source)

Undocumented

Value
431
HTTP_451_UNAVAILABLE_FOR_LEGAL_REASONS: int = (source)

Undocumented

Value
451
HTTP_500_INTERNAL_SERVER_ERROR: int = (source)

Undocumented

Value
500
HTTP_501_NOT_IMPLEMENTED: int = (source)

Undocumented

Value
501
HTTP_502_BAD_GATEWAY: int = (source)

Undocumented

Value
502
HTTP_503_SERVICE_UNAVAILABLE: int = (source)

Undocumented

Value
503
HTTP_504_GATEWAY_TIMEOUT: int = (source)

Undocumented

Value
504
HTTP_505_HTTP_VERSION_NOT_SUPPORTED: int = (source)

Undocumented

Value
505
HTTP_506_VARIANT_ALSO_NEGOTIATES: int = (source)

Undocumented

Value
506
HTTP_507_INSUFFICIENT_STORAGE: int = (source)

Undocumented

Value
507
HTTP_508_LOOP_DETECTED: int = (source)

Undocumented

Value
508
HTTP_509_BANDWIDTH_LIMIT_EXCEEDED: int = (source)

Undocumented

Value
509
HTTP_510_NOT_EXTENDED: int = (source)

Undocumented

Value
510
HTTP_511_NETWORK_AUTHENTICATION_REQUIRED: int = (source)

Undocumented

Value
511