HTTP_STATUS_EMPTY |
undefined status |
HTTP_STATUS_OK |
request succeeded |
HTTP_STATUS_CREATED |
fulfilled request resulting in creation of new resource |
HTTP_STATUS_ACCEPTED |
request accepted but processing not completed |
HTTP_STATUS_NO_CONTENT |
no body returned |
HTTP_STATUS_MOVED_PERMANENTLY |
resource relocated permanently |
HTTP_STATUS_MOVED_TEMPORARILY |
resource relocated temporarily |
HTTP_STATUS_NOT_MODIFIED |
GET request for unmodified document |
HTTP_STATUS_BAD_REQUEST |
syntax error |
HTTP_STATUS_UNAUTHORIZED |
user authentication required |
HTTP_STATUS_FORBIDDEN |
access to resource forbidden |
HTTP_STATUS_NOT_FOUND |
request timeout |
HTTP_STATUS_REQUEST_TIMEOUT |
nothing found at matching request URI |
HTTP_STATUS_LENGTH_REQUIRED |
missing Content-Length header field |
HTTP_STATUS_REQUEST_TOO_LARGE |
request PDU too big |
HTTP_STATUS_INTERNAL_SERVER_ERROR |
unexpected condition caused an error |
HTTP_STATUS_NOT_IMPLEMENTED |
request method not supported |
HTTP_STATUS_BAD_GATEWAY |
invalid response while acting as gateway or proxy |
HTTP_STATUS_SERVICE_UNAVAILABLE |
server unavailable due to temporary overloading or maintenance |