Поделиться через


HttpStatusDescriptions Класс

Константы описания состояния HTTP.

Наследование
builtins.object
HttpStatusDescriptions

Конструктор

HttpStatusDescriptions()

Атрибуты

Accepted

Accepted = 'Accepted'

BadGateway

BadGateway = 'Bad Gateway'

BadRequest

BadRequest = 'Bad Request'

Conflict

Conflict = 'Conflict'

Created

Created = 'Created'

Forbidden

Forbidden = 'Forbidden'

GatewayTimeout

GatewayTimeout = 'Gateway timed out'

Gone

Gone = 'Gone'

InternalServerError

InternalServerError = 'Internal Server Error'

LengthRequired

LengthRequired = 'Length Required'

MethodNotAllowed

MethodNotAllowed = 'MethodNotAllowed'

NoContent

NoContent = 'No Content'

NotAcceptable

NotAcceptable = 'Not Acceptable'

NotFound

NotFound = 'Not Found'

NotModified

NotModified = 'Not Modified'

OK

OK = 'Ok'

PreconditionFailed

PreconditionFailed = 'Precondition Failed'

RequestEntityTooLarge

RequestEntityTooLarge = 'Request Entity Too Large'

RequestTimeout

RequestTimeout = 'Request timed out'

RetryWith

RetryWith = 'Retry the request'

ServiceUnavailable

ServiceUnavailable = 'Service Unavailable'

TooManyRequests

TooManyRequests = 'Too Many Requests'

Unauthorized

Unauthorized = 'Unauthorized'

UnsupportedMediaType

UnsupportedMediaType = 'Unsupported Media Type'