100 | HTTP_CONTINUE |
|
101 | HTTP_SWITCHING _PROTOCOLS |
|
200 | HTTP_OK | The task has been completed to specifications.
|
201 | HTTP_CREATED | The task has been completed and has resulted in a new creation.
|
202 | HTTP_ACCEPTED
| Work in progress, not yet completed.
Possibility of future rejection of request.
|
203 | HTTP_NON_AUTHORITATIVE
|
|
204 | HTTP_NO_CONTENT | No New News
|
205 | HTTP_RESET_CONTENT |
|
206 | HTTP_PARTIAL_CONTENT |
|
301 | HTTP_MOVED_PERMANENTLY | Moved, left forwarding address
|
302 | HTTP_MOVED_TEMPORARILY | Moved, left forwarding address
|
303 | HTTP_SEE_OTHER |
|
304 | HTTP_NOT_MODIFIED |
|
305 | HTTP_USE_PROXY |
|
400 | HTTP_BAD_REQUEST | And we're not telling you why
|
401 | HTTP_UNAUTHORIZED | Didn't learn magic word
|
402 | HTTP_PAYMENT_REQUIRED |
|
403 | HTTP_FORBIDDEN | I won't let you have it and I won't tell you why
|
404 | HTTP_NOT_FOUND | Missing in Action
|
405 | HTTP_METHOD_NOT_ALLOWED |
|
406 | HTTP_NOT_ACCEPTABLE |
|
407 | HTTP_PROXY_AUTHENTICATION_REQUIRED |
|
408 | HTTP_REQUEST_TIMEOUT |
|
409 | HTTP_CONFLICT |
|
410 | HTTP_GONE | Permanently deleted
|
411 | HTTP_LENGTH_REQUIRED | Needs length information in header
|
412 | HTTP_PRECONDITION_FAILED |
|
413 | HTTP_REQUEST_ENTITY_TOO_LARGE |
|
414 | HTTP_REQUEST_URI_TOO_LARGE |
|
415 | HTTP_UNSUPPORTED_MEDIA_TYPE |
|
500 | HTTP_INTERNAL_SERVER_ERROR | Systems Malfunction. Try again later.
|
501 | HTTP_NOT_IMPLEMENTED | Communication difficulties
|
502 | HTTP_BAD_GATEWAY | Could be a DNS table error
|
503 | HTTP_SERVICE_UNAVAILABLE | I have a headache - try again later
|
504 | HTTP_GATEWAY_TIME_OUT |
|
505 | HTTP_VERSION_NOT_SUPPORTED |
|