| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
| |||
|
|||
| Http404 | |||
|
HttpRequest A basic HTTP request |
|||
|
QueryDict A specialized MultiValueDict that takes a query string when initialized. |
|||
|
HttpResponse A basic HTTP response, with content and dictionary-accessed headers |
|||
| HttpResponseRedirect | |||
| HttpResponsePermanentRedirect | |||
| HttpResponseNotModified | |||
| HttpResponseBadRequest | |||
| HttpResponseNotFound | |||
| HttpResponseForbidden | |||
| HttpResponseNotAllowed | |||
| HttpResponseGone | |||
| HttpResponseServerError | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
RESERVED_CHARS = "!*'();:@&=+$,/?%#[]"
|
|||
Imports: os, SimpleCookie, pformat, urlencode, urljoin, MultiValueDict, FileDict, smart_str, iri_to_uri, force_unicode, parse_qsl
|
|||
Convert basestring objects to unicode, using the given encoding. Illegaly encoded input characters are replaced with Unicode "unknown" codepoint (\ufffd). Returns any non-basestring objects without change. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Fri Dec 14 15:24:03 2007 | http://epydoc.sourceforge.net |