HTTP Server Request/Connection Status
The following are possible values returned by the LInetHttp::GetServerStatus.
Value |
Meaning |
L_HTTP_STATUS_OK |
[0x00C8] request completed |
L_HTTP_STATUS_CREATED |
[0x00C9] object created, reason = new URI |
L_HTTP_STATUS_ACCEPTED |
[0x00CA] asynchronous completion (TBS) |
L_HTTP_STATUS_PARTIAL |
[0x00CB] partial completion |
L_HTTP_STATUS_NO_CONTENT |
[0x00CC] no info to return |
L_HTTP_STATUS_RESET_CONTENT |
[0x00CD] request completed, but clear form |
L_HTTP_STATUS_PARTIAL_CONTENT |
[0x00CE] partial GET fulfilled |
L_HTTP_STATUS_AMBIGUOUS |
[0x012C] server couldn't decide what to return |
L_HTTP_STATUS_MOVED |
[0x012D] object permanently moved |
L_HTTP_STATUS_REDIRECT |
[0x012E] object temporarily moved |
L_HTTP_STATUS_REDIRECT_METHOD |
[0x012F] redirection w/ new access method |
L_HTTP_STATUS_NOT_MODIFIED |
[0x0130] requested resource has not been modified |
L_HTTP_STATUS_USE_PROXY |
[0x0131] redirection to proxy, location header specifies proxy to use. |
L_HTTP_STATUS_REDIRECT_KEEP_VERB |
[0x0133] HTTP/1.1: keep same verb |
L_HTTP_STATUS_BAD_REQUEST |
[0x0190] invalid syntax |
L_HTTP_STATUS_DENIED |
[0x0191] access denied |
L_HTTP_STATUS_PAYMENT_REQ |
[0x0192] payment required |
L_HTTP_STATUS_FORBIDDEN |
[0x0193] request forbidden |
L_HTTP_STATUS_NOT_FOUND |
[0x0194] object not found |
L_HTTP_STATUS_BAD_METHOD |
[0x0195] method is not allowed |
L_HTTP_STATUS_NONE_ACCEPTABLE |
[0x0196] no response acceptable to client found |
L_HTTP_STATUS_PROXY_AUTH_REQ |
[0x0197] proxy authentication required |
L_HTTP_STATUS_REQUEST_TIMEOUT |
[0x0198] server timed out waiting for request |
L_HTTP_STATUS_CONFLICT |
[0x0199] user should resubmit with more info |
L_HTTP_STATUS_GONE |
[0x019A] the resource is no longer available |
L_HTTP_STATUS_LENGTH_REQUIRED |
[0x019B] the server refused to accept request w/o a length |
L_HTTP_STATUS_PRECOND_FAILED |
[0x019C] precondition given in request failed |
L_HTTP_STATUS_REQUEST_TOO_LARGE |
[0x019D] request entity was too large |
L_HTTP_STATUS_URI_TOO_LONG |
[0x019E] request URI too long |
L_HTTP_STATUS_UNSUPPORTED_MEDIA |
[0x019F] unsupported media type |
L_HTTP_STATUS_SERVER_ERROR |
[0x01F4] internal server error |
L_HTTP_STATUS_NOT_SUPPORTED |
[0x01F5] server does not support the functionality required to fulfill the request |
L_HTTP_STATUS_BAD_GATEWAY |
[0x01F6] error response received from gateway |
L_HTTP_STATUS_SERVICE_UNAVAIL |
[0x01F7] temporarily overloaded |
L_HTTP_STATUS_GATEWAY_TIMEOUT |
[0x01F8] timed out waiting for gateway |
L_HTTP_STATUS_VERSION_NOT_SUP |
[0x01F9] HTTP version not supported |