HttpCode
Index
Enumeration members
Enumeration members
ACCEPTED
• ACCEPTED: = 202
Defined in packages/http/src/httpCodes.ts:6
BAD_GATEWAY
• BAD_GATEWAY: = 502
Defined in packages/http/src/httpCodes.ts:45
BAD_REQUEST
• BAD_REQUEST: = 400
Defined in packages/http/src/httpCodes.ts:18
CONFLICT
• CONFLICT: = 409
Defined in packages/http/src/httpCodes.ts:26
CONTINUE
• CONTINUE: = 100
Defined in packages/http/src/httpCodes.ts:2
CREATED
• CREATED: = 201
Defined in packages/http/src/httpCodes.ts:5
EXPECTATION_FAILED
• EXPECTATION_FAILED: = 417
Defined in packages/http/src/httpCodes.ts:34
FORBIDDEN
• FORBIDDEN: = 403
Defined in packages/http/src/httpCodes.ts:20
FOUND
• FOUND: = 302
Defined in packages/http/src/httpCodes.ts:13
GATEWAY_TIMEOUT
• GATEWAY_TIMEOUT: = 504
Defined in packages/http/src/httpCodes.ts:47
GONE
• GONE: = 410
Defined in packages/http/src/httpCodes.ts:27
HTTP_VERSION_NOT_SUPPORTED
• HTTP_VERSION_NOT_SUPPORTED: = 505
Defined in packages/http/src/httpCodes.ts:48
IM_A_TEAPOT
• IM_A_TEAPOT: = 418
Defined in packages/http/src/httpCodes.ts:35
INTERNAL_SERVER_ERROR
• INTERNAL_SERVER_ERROR: = 500
Defined in packages/http/src/httpCodes.ts:43
LENGTH_REQUIRED
• LENGTH_REQUIRED: = 411
Defined in packages/http/src/httpCodes.ts:28
METHOD_NOT_ALLOWED
• METHOD_NOT_ALLOWED: = 405
Defined in packages/http/src/httpCodes.ts:22
MOVED_PERMANENTLY
• MOVED_PERMANENTLY: = 301
Defined in packages/http/src/httpCodes.ts:12
MULTIPLE_CHOICES
• MULTIPLE_CHOICES: = 300
Defined in packages/http/src/httpCodes.ts:11
NETWORK_AUTHENTICATION_REQUIRED
• NETWORK_AUTHENTICATION_REQUIRED: = 511
Defined in packages/http/src/httpCodes.ts:49
NONAUTHORITATIVE_INFORMATION
• NONAUTHORITATIVE_INFORMATION: = 203
Defined in packages/http/src/httpCodes.ts:7
NOT_ACCEPTABLE
• NOT_ACCEPTABLE: = 406
Defined in packages/http/src/httpCodes.ts:23
NOT_FOUND
• NOT_FOUND: = 404
Defined in packages/http/src/httpCodes.ts:21
NOT_IMPLEMENTED
• NOT_IMPLEMENTED: = 501
Defined in packages/http/src/httpCodes.ts:44
NOT_MODIFIED
• NOT_MODIFIED: = 304
Defined in packages/http/src/httpCodes.ts:15
NO_CONTENT
• NO_CONTENT: = 204
Defined in packages/http/src/httpCodes.ts:8
OK
• OK: = 200
Defined in packages/http/src/httpCodes.ts:4
PARTIAL_CONTENT
• PARTIAL_CONTENT: = 206
Defined in packages/http/src/httpCodes.ts:10
PAYLOAD_TOO_LARGE
• PAYLOAD_TOO_LARGE: = 413
Defined in packages/http/src/httpCodes.ts:30
PERMANENT_REDIRECT
• PERMANENT_REDIRECT: = 308
Defined in packages/http/src/httpCodes.ts:17
PRECONDITION_FAILED
• PRECONDITION_FAILED: = 412
Defined in packages/http/src/httpCodes.ts:29
PRECONDITION_REQUIRED
• PRECONDITION_REQUIRED: = 428
Defined in packages/http/src/httpCodes.ts:39
PROXY_AUTHENTICATION_REQUIRED
• PROXY_AUTHENTICATION_REQUIRED: = 407
Defined in packages/http/src/httpCodes.ts:24
RANGE_NOT_SATISFIABLE
• RANGE_NOT_SATISFIABLE: = 416
Defined in packages/http/src/httpCodes.ts:33
REQUEST_HEADER_FIELDS_TOO_LARGE
• REQUEST_HEADER_FIELDS_TOO_LARGE: = 431
Defined in packages/http/src/httpCodes.ts:41
REQUEST_TIMEOUT
• REQUEST_TIMEOUT: = 408
Defined in packages/http/src/httpCodes.ts:25
RESET_CONTENT
• RESET_CONTENT: = 205
Defined in packages/http/src/httpCodes.ts:9
SEE_OTHER
• SEE_OTHER: = 303
Defined in packages/http/src/httpCodes.ts:14
SERVICE_UNAVAILABLE
• SERVICE_UNAVAILABLE: = 503
Defined in packages/http/src/httpCodes.ts:46
SWITCHING_PROTOCOLS
• SWITCHING_PROTOCOLS: = 101
Defined in packages/http/src/httpCodes.ts:3
TEMPORARY_REDIRECT
• TEMPORARY_REDIRECT: = 307
Defined in packages/http/src/httpCodes.ts:16
TOO_EARLY
• TOO_EARLY: = 425
Defined in packages/http/src/httpCodes.ts:37
TOO_MANY_REQUESTS
• TOO_MANY_REQUESTS: = 429
Defined in packages/http/src/httpCodes.ts:40
UNAUTHORIZED
• UNAUTHORIZED: = 401
Defined in packages/http/src/httpCodes.ts:19
UNAVAILABLE_FOR_LEGAL_REASONS
• UNAVAILABLE_FOR_LEGAL_REASONS: = 451
Defined in packages/http/src/httpCodes.ts:42
UNPROCESSABLE_ENTITY
• UNPROCESSABLE_ENTITY: = 422
Defined in packages/http/src/httpCodes.ts:36
UNSUPPORTED_MEDIA_TYPE
• UNSUPPORTED_MEDIA_TYPE: = 415
Defined in packages/http/src/httpCodes.ts:32
UPGRADE_REQUIRED
• UPGRADE_REQUIRED: = 426
Defined in packages/http/src/httpCodes.ts:38
URI_TOO_LONG
• URI_TOO_LONG: = 414
Defined in packages/http/src/httpCodes.ts:31
Last updated