========================================== :mod:`chula.www.http` -- HTTP status codes ========================================== .. automodule:: chula.www.http .. attribute:: HTTP_CONTINUE ``100`` .. attribute:: HTTP_SWITCHING_PROTOCOLS ``101`` .. attribute:: HTTP_PROCESSING ``102`` .. attribute:: HTTP_OK ``200`` .. attribute:: HTTP_CREATED ``201`` .. attribute:: HTTP_ACCEPTED ``202`` .. attribute:: HTTP_NON_AUTHORITATIVE ``203`` .. attribute:: HTTP_NO_CONTENT ``204`` .. attribute:: HTTP_RESET_CONTENT ``205`` .. attribute:: HTTP_PARTIAL_CONTENT ``206`` .. attribute:: HTTP_MULTI_STATUS ``207`` .. attribute:: HTTP_MULTIPLE_CHOICES ``300`` .. attribute:: HTTP_MOVED_PERMANENTLY ``301`` .. attribute:: HTTP_MOVED_TEMPORARILY ``302`` .. attribute:: HTTP_SEE_OTHER ``303`` .. attribute:: HTTP_NOT_MODIFIED ``304`` .. attribute:: HTTP_USE_PROXY ``305`` .. attribute:: HTTP_TEMPORARY_REDIRECT ``307`` .. attribute:: HTTP_BAD_REQUEST ``400`` .. attribute:: HTTP_UNAUTHORIZED ``401`` .. attribute:: HTTP_PAYMENT_REQUIRED ``402`` .. attribute:: HTTP_FORBIDDEN ``403`` .. attribute:: HTTP_NOT_FOUND ``404`` .. attribute:: HTTP_METHOD_NOT_ALLOWED ``405`` .. attribute:: HTTP_NOT_ACCEPTABLE ``406`` .. attribute:: HTTP_PROXY_AUTHENTICATION_REQUIRED ``407`` .. attribute:: HTTP_REQUEST_TIME_OUT ``408`` .. attribute:: HTTP_CONFLICT ``409`` .. attribute:: HTTP_GONE ``410`` .. attribute:: HTTP_LENGTH_REQUIRED ``411`` .. attribute:: HTTP_PRECONDITION_FAILED ``412`` .. attribute:: HTTP_REQUEST_ENTITY_TOO_LARGE ``413`` .. attribute:: HTTP_REQUEST_URI_TOO_LARGE ``414`` .. attribute:: HTTP_UNSUPPORTED_MEDIA_TYPE ``415`` .. attribute:: HTTP_RANGE_NOT_SATISFIABLE ``416`` .. attribute:: HTTP_EXPECTATION_FAILED ``417`` .. attribute:: HTTP_UNPROCESSABLE_ENTITY ``422`` .. attribute:: HTTP_LOCKED ``423`` .. attribute:: HTTP_FAILED_DEPENDENCY ``424`` .. attribute:: HTTP_INTERNAL_SERVER_ERROR ``500`` .. attribute:: HTTP_NOT_IMPLEMENTED ``501`` .. attribute:: HTTP_BAD_GATEWAY ``502`` .. attribute:: HTTP_SERVICE_UNAVAILABLE ``503`` .. attribute:: HTTP_GATEWAY_TIME_OUT ``504`` .. attribute:: HTTP_VERSION_NOT_SUPPORTED ``505`` .. attribute:: HTTP_VARIANT_ALSO_VARIES ``506`` .. attribute:: HTTP_INSUFFICIENT_STORAGE ``507`` .. attribute:: HTTP_NOT_EXTENDED ``510``