Module rpu.http.codes

Classes

class ClientErrorHTTPCodes (*args, **kwds)

A collection of client error http codes.

Ancestors

  • enum.Enum

Class variables

var bad_request
var conflict
var expectation_failed
var forbidden
var gone
var im_a_teapot
var length_required
var method_not_allowed
var not_acceptable
var not_found
var payload_too_large
var payment_required
var precondition_failed
var precondition_required
var proxy_auth_required
var range_not_satisfiable
var request_header_fields_too_large
var request_timeout
var too_early
var too_many_requests
var unauthorized
var unprocessable_entity
var unsupported_media_type
var upgrade_required
var 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_hints
var switching_protocols
class RedirectHTTPCodes (*args, **kwds)

A collection of redirecting http codes

Ancestors

  • enum.Enum

Class variables

var found
var moved_permanently
var multiple_choices
var not_modified
var perm_redirect
var see_other
var temp_redirect
class ServerErrorHTTPCodes (*args, **kwds)

A collection of server error http codes

Ancestors

  • enum.Enum

Class variables

var bad_gateway
var gateway_timeout
var http_version_not_supported
var insufficient_storage
var internal_server_error
var loop_detected
var network_auth_required
var not_extended
var not_implemented
var service_unavailable
var variant_also_negotiates
class SuccessHTTPCodes (*args, **kwds)

A collection of successful http codes

Ancestors

  • enum.Enum

Class variables

var accepted
var created
var no_context
var non_authoritive_info
var ok
var partial_content
var reset_content