Module rpu.http.codes
Classes
class ClientErrorHTTPCodes (*args, **kwds)-
A collection of client error http codes.
Ancestors
- enum.Enum
Class variables
var bad_requestvar conflictvar expectation_failedvar forbiddenvar gonevar im_a_teapotvar length_requiredvar method_not_allowedvar not_acceptablevar not_foundvar payload_too_largevar payment_requiredvar precondition_failedvar precondition_requiredvar proxy_auth_requiredvar range_not_satisfiablevar request_header_fields_too_largevar request_timeoutvar too_earlyvar too_many_requestsvar unprocessable_entityvar unsupported_media_typevar upgrade_requiredvar uri_too_long
class HTTPCodes-
A class which holds all of the collections of http codes
Class variables
var client_error-
A collection of client error http codes.
var info-
A collection of info error http codes
var redirect-
A collection of redirecting http codes
var server_error-
A collection of server error http codes
var successfull-
A collection of successful http codes
class InfoHTTPCodes (*args, **kwds)-
A collection of info error http codes
Ancestors
- enum.Enum
Class variables
var continue_var early_hintsvar switching_protocols
class RedirectHTTPCodes (*args, **kwds)-
A collection of redirecting http codes
Ancestors
- enum.Enum
Class variables
var foundvar moved_permanentlyvar multiple_choicesvar not_modifiedvar perm_redirectvar see_othervar temp_redirect
class ServerErrorHTTPCodes (*args, **kwds)-
A collection of server error http codes
Ancestors
- enum.Enum
Class variables
var bad_gatewayvar gateway_timeoutvar http_version_not_supportedvar insufficient_storagevar internal_server_errorvar loop_detectedvar network_auth_requiredvar not_extendedvar not_implementedvar variant_also_negotiates
class SuccessHTTPCodes (*args, **kwds)-
A collection of successful http codes
Ancestors
- enum.Enum
Class variables
var acceptedvar createdvar no_contextvar okvar partial_contentvar reset_content