Variables
- CONTINUE readonly & Continue(default {})
The common status code response constant of Continue
.
- SWITCHING_PROTOCOLS readonly & SwitchingProtocols(default {})
The common status code response constant of SwitchingProtocols
.
- OK readonly & Ok(default {})
The common status code response constant of Ok
.
- CREATED readonly & Created(default {})
The common status code response constant of Created
.
- ACCEPTED readonly & Accepted(default {})
The common status code response constant of Accepted
.
- NON_AUTHORITATIVE_INFORMATION readonly & NonAuthoritativeInformation(default {})
The common status code response constant of NonAuthoritativeInformation
.
- NO_CONTENT readonly & NoContent(default {})
The common status code response constant of NoContent
.
- RESET_CONTENT readonly & ResetContent(default {})
The common status code response constant of ResetContent
.
- PARTIAL_CONTENT readonly & PartialContent(default {})
The common status code response constant of PartialContent
.
- MULTIPLE_CHOICES readonly & MultipleChoices(default {})
The common status code response constant of MultipleChoices
.
- MOVED_PERMANENTLY readonly & MovedPermanently(default {})
The common status code response constant of MovedPermanently
.
- FOUND readonly & Found(default {})
The common status code response constant of Found
.
- SEE_OTHER readonly & SeeOther(default {})
The common status code response constant of SeeOther
.
- NOT_MODIFIED readonly & NotModified(default {})
The common status code response constant of NotModified
.
- USE_PROXY readonly & UseProxy(default {})
The common status code response constant of UseProxy
.
- TEMPORARY_REDIRECT readonly & TemporaryRedirect(default {})
The common status code response constant of TemporaryRedirect
.
- PERMANENT_REDIRECT readonly & PermanentRedirect(default {})
The common status code response constant of PermanentRedirect
.
- BAD_REQUEST readonly & BadRequest(default {})
The common status code response constant of BadRequest
.
- UNAUTHORIZED readonly & Unauthorized(default {})
The common status code response constant of Unauthorized
.
- PAYMENT_REQUIRED readonly & PaymentRequired(default {})
The common status code response constant of PaymentRequired
.
- FORBIDDEN readonly & Forbidden(default {})
The common status code response constant of Forbidden
.
- NOT_FOUND readonly & NotFound(default {})
The common status code response constant of NotFound
.
- METHOD_NOT_ALLOWED readonly & MethodNotAllowed(default {})
The common status code response constant of MethodNotAllowed
.
- NOT_ACCEPTABLE readonly & NotAcceptable(default {})
The common status code response constant of NotAcceptable
.
- PROXY_AUTHENTICATION_REQUIRED readonly & ProxyAuthenticationRequired(default {})
The common status code response constant of ProxyAuthenticationRequired
.
- REQUEST_TIMEOUT readonly & RequestTimeout(default {})
The common status code response constant of RequestTimeout
.
- CONFLICT readonly & Conflict(default {})
The common status code response constant of Conflict
.
- GONE readonly & Gone(default {})
The common status code response constant of Gone
.
- LENGTH_REQUIRED readonly & LengthRequired(default {})
The common status code response constant of LengthRequired
.
- PRECONDITION_FAILED readonly & PreconditionFailed(default {})
The common status code response constant of PreconditionFailed
.
- PAYLOAD_TOO_LARGE readonly & PayloadTooLarge(default {})
The common status code response constant of PayloadTooLarge
.
- URI_TOO_LONG readonly & UriTooLong(default {})
The common status code response constant of UriTooLong
.
- UNSUPPORTED_MEDIA_TYPE readonly & UnsupportedMediaType(default {})
The common status code response constant of UnsupportedMediaType
.
- RANGE_NOT_SATISFIABLE readonly & RangeNotSatisfiable(default {})
The common status code response constant of RangeNotSatisfiable
.
- EXPECTATION_FAILED readonly & ExpectationFailed(default {})
The common status code response constant of ExpectationFailed
.
- UPGRADE_REQUIRED readonly & UpgradeRequired(default {})
The common status code response constant of UpgradeRequired
.
- TOO_MANY_REQUESTS readonly & TooManyRequests(default {})
The common status code response constant of TooManyRequests
.
- REQUEST_HEADER_FIELDS_TOO_LARGE readonly & RequestHeaderFieldsTooLarge(default {})
The common status code response constant of RequestHeaderFieldsTooLarge
.
- INTERNAL_SERVER_ERROR readonly & InternalServerError(default {})
The common status code response constant of InternalServerError
.
- NOT_IMPLEMENTED readonly & NotImplemented(default {})
The common status code response constant of NotImplemented
.
- BAD_GATEWAY readonly & BadGateway(default {})
The common status code response constant of BadGateway
.
- SERVICE_UNAVAILABLE readonly & ServiceUnavailable(default {})
The common status code response constant of ServiceUnavailable
.
- GATEWAY_TIMEOUT readonly & GatewayTimeout(default {})
The common status code response constant of GatewayTimeout
.
- HTTP_VERSION_NOT_SUPPORTED readonly & HttpVersionNotSupported(default {})
The common status code response constant of HttpVersionNotSupported
.