Package trac ::
Package web
Package web
source code
Submodules
Variables
HTTP_STATUS =
{100: 'Continue', 101: 'Switching Protocols', 20...
__package__ = 'trac.web'
description = 'Cannot fulfill request.'
empty = u''
localtz = <LocalTimezone "CET" 1:00:00 "CEST" 2:00:00>
reason = 'HTTP Version Not Supported'
Imports:
mimetypes,
os,
get_distribution,
mod_python,
sys,
BaseCookie,
BaseHTTPRequestHandler,
Cookie,
CookieError,
HTTPBadGateway,
HTTPBadRequest,
HTTPConflict,
HTTPException,
HTTPExpectationFailed,
HTTPForbidden,
HTTPGatewayTimeout,
HTTPGone,
HTTPInternalError,
HTTPLengthRequired,
HTTPMethodNotAllowed,
HTTPNotAcceptable,
HTTPNotFound,
HTTPNotImplemented,
HTTPPaymentRequired,
HTTPPreconditionFailed,
HTTPProxyAuthenticationRequired,
HTTPRequestEntityTooLarge,
HTTPRequestTimeout,
HTTPRequestUriTooLong,
HTTPRequestedRangeNotSatisfiable,
HTTPServiceUnavailable,
HTTPUnauthorized,
HTTPUnsupportedMediaType,
HTTPVersionNotSupported,
Href,
IAuthenticator,
IRequestFilter,
IRequestHandler,
ITemplateStreamFilter,
Interface,
Request,
RequestDone,
SimpleCookie,
StringIO,
TracError,
api,
arg_list_to_args,
auth,
cgi,
chrome,
clearsilver,
datetime,
errno,
get_last_traceback,
href,
http_date,
main,
md5,
new,
parse_arg_list,
re,
session,
socket,
tests,
to_unicode,
unquote,
urlparse,
wsgi
Variables Details
HTTP_STATUS
- Value:
{100: 'Continue',
101: 'Switching Protocols',
200: 'Ok',
201: 'Created',
202: 'Accepted',
203: 'Non-Authoritative Information',
204: 'No Content',
205: 'Reset Content',
...