HttpStatus
: int
in package
HTTPステータスコード。
Table of Contents
Cases
- Accepted = 202
- AlreadyReported = 208
- BadGateway = 502
- BadRequest = 400
- Conflict = 409
- Continue = 100
- Created = 201
- EarlyHints = 103
- ExpectationFailed = 417
- FailedDependency = 424
- Forbidden = 403
- Found = 302
- GatewayTimeout = 504
- Gone = 410
- HttpVersionNotSupported = 505
- IamTeapot = 418
- I'm a teapot
- IMUsed = 226
- InsufficientStorage = 507
- InternalServerError = 500
- LengthRequired = 411
- Locked = 423
- LoopDetected = 508
- MethodNotAllowed = 405
- MisdirectedRequest = 421
- MovedPermanently = 301
- MultipleChoices = 300
- MultiStatus = 207
- NetworkAuthenticationRequired = 511
- NoContent = 204
- NonAuthoritativeInformation = 203
- None
- プログラム内部で使用するのみ, HTTPの舞台には登場しない。
- NotAcceptable = 406
- NotExtended = 510
- NotFound = 404
- NotImplemented = 501
- NotModified = 304
- OK = 200
- PartialContent = 206
- PayloadTooLarge = 413
- PaymentRequired = 402
- PermanentRedirect = 308
- PreconditionFailed = 412
- PreconditionRequired = 428
- Processing = 102
- ProxyAuthenticationRequired = 407
- RangeNotSatisfiable = 416
- RequestHeaderFieldsTooLarge = 431
- RequestTimeout = 408
- ResetContent = 205
- SeeOther = 303
- ServiceUnavailable = 503
- SwitchingProtocols = 101
- TemporaryRedirect = 307
- TooEarly = 425
- TooManyRequests = 429
- Unauthorized = 401
- UnprocessableEntity = 422
- UnsupportedMediaType = 415
- Unused306 = 306
- UpgradeRequired = 426
- UriTooLong = 414
- UseProxy = 305
- VariantAlsoNegotiates = 506
Methods
- isError() : bool
- isRedirect() : bool
Cases
None
プログラム内部で使用するのみ, HTTPの舞台には登場しない。
Continue
SwitchingProtocols
Processing
EarlyHints
OK
Created
Accepted
NonAuthoritativeInformation
NoContent
ResetContent
PartialContent
MultiStatus
AlreadyReported
IMUsed
MultipleChoices
MovedPermanently
Found
SeeOther
NotModified
UseProxy
Unused306
TemporaryRedirect
PermanentRedirect
BadRequest
Unauthorized
PaymentRequired
Forbidden
NotFound
MethodNotAllowed
NotAcceptable
ProxyAuthenticationRequired
RequestTimeout
Conflict
Gone
LengthRequired
PreconditionFailed
PayloadTooLarge
UriTooLong
UnsupportedMediaType
RangeNotSatisfiable
ExpectationFailed
IamTeapot
I'm a teapot
MisdirectedRequest
UnprocessableEntity
Locked
FailedDependency
TooEarly
UpgradeRequired
PreconditionRequired
TooManyRequests
RequestHeaderFieldsTooLarge
InternalServerError
NotImplemented
BadGateway
ServiceUnavailable
GatewayTimeout
HttpVersionNotSupported
VariantAlsoNegotiates
InsufficientStorage
LoopDetected
NotExtended
NetworkAuthenticationRequired
Methods
isError()
public
isError() : bool
Return values
boolisRedirect()
public
isRedirect() : bool