tornadowebapi.http package

Submodules

tornadowebapi.http.httpstatus module

tornadowebapi.http.httpstatus.OK = 200

HTTP status codes, with explicit naming.

tornadowebapi.http.payloaded_http_error module

exception tornadowebapi.http.payloaded_http_error.PayloadedHTTPError(status_code, payload=None, content_type=None, log_message=None, *args, **kwargs)[source]

Bases: tornado.web.HTTPError

Module contents