Enumeration: HttpStatusCode
@ima/core.HttpStatusCode
HTTP status code constants, representing the HTTP status codes recognized and processed by this proxy.
Const
See
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
Enumeration Members
BAD_REQUEST
• BAD_REQUEST = 400
Defined in
packages/core/src/http/HttpStatusCode.ts:12
FORBIDDEN
• FORBIDDEN = 403
Defined in
packages/core/src/http/HttpStatusCode.ts:14
NOT_FOUND
• NOT_FOUND = 404
Defined in
packages/core/src/http/HttpStatusCode.ts:15
NO_CONTENT
• NO_CONTENT = 204
Defined in
packages/core/src/http/HttpStatusCode.ts:11
OK
• OK = 200
Defined in
packages/core/src/http/HttpStatusCode.ts:10
SERVER_ERROR
• SERVER_ERROR = 500
Defined in
packages/core/src/http/HttpStatusCode.ts:17
TIMEOUT
• TIMEOUT = 408
Defined in
packages/core/src/http/HttpStatusCode.ts:16
UNAUTHORIZED
• UNAUTHORIZED = 401