Module aquarium.util.HTTPResponses
Create constants for the HTTP responses.
See also BaseHTTPServer.BaseHTTPRequestHandler.responses in the Python standard
library. In Python 2.4, these were added to httplib in the Python standard
library, however, older code still relies on their being defined here, which is
probably harmless.
ACCEPTED
-
- Type:
-
int
- Value:
|
BAD_GATEWAY
-
- Type:
-
int
- Value:
|
BAD_REQUEST
-
- Type:
-
int
- Value:
|
CONFLICT
-
- Type:
-
int
- Value:
|
CONTINUE
-
- Type:
-
int
- Value:
|
EXPECTATION_FAILED
-
- Type:
-
int
- Value:
|
FORBIDDEN
-
- Type:
-
int
- Value:
|
GATEWAY_TIMEOUT
-
- Type:
-
int
- Value:
|
HTTP_VERSION_NOT_SUPPORTED
-
- Type:
-
int
- Value:
|
INTERNAL_ERROR
-
- Type:
-
int
- Value:
|
LENGTH_REQUIRED
-
- Type:
-
int
- Value:
|
METHOD_NOT_ALLOWED
-
- Type:
-
int
- Value:
|
MOVED_PERMANENTLY
-
- Type:
-
int
- Value:
|
MULTIPLE_CHOICES
-
- Type:
-
int
- Value:
|
NO_RESPONSE
-
- Type:
-
int
- Value:
|
NON_AUTHORITATIVE_INFORMATION
-
- Type:
-
int
- Value:
|
NOT_ACCEPTABLE
-
- Type:
-
int
- Value:
|
NOT_FOUND
-
- Type:
-
int
- Value:
|
NOT_IMPLEMENTED
-
- Type:
-
int
- Value:
|
NOT_MODIFIED
-
- Type:
-
int
- Value:
|
PARTIAL_CONTENT
-
- Type:
-
int
- Value:
|
PAYMENT_REQUIRED
-
- Type:
-
int
- Value:
|
PRECONDITION_FAILED
-
- Type:
-
int
- Value:
|
PROXY_AUTHENTICATION_REQUIRED
-
- Type:
-
int
- Value:
|
REQUEST_ENTITY_TOO_LARGE
-
- Type:
-
int
- Value:
|
REQUEST_TIME_OUT
-
- Type:
-
int
- Value:
|
REQUEST_URI_TOO_LONG
-
- Type:
-
int
- Value:
|
REQUESTED_RANGE_NOT_SATISFIABLE
-
- Type:
-
int
- Value:
|
RESET_CONTENT
-
- Type:
-
int
- Value:
|
SEE_OTHER
-
- Type:
-
int
- Value:
|
SERVICE_TEMPORARILY_OVERLOADED
-
- Type:
-
int
- Value:
|
SWITCHING_PROTOCOLS
-
- Type:
-
int
- Value:
|
TEMPORARY_REDIRECT
-
- Type:
-
int
- Value:
|
UNAUTHORIZED
-
- Type:
-
int
- Value:
|
UNSUPPORTED_MEDIA_TYPE
-
- Type:
-
int
- Value:
|
USE_PROXY
-
- Type:
-
int
- Value:
|