HttpRequest.urlconf This will be used as the root URLconf for the current request, overriding the ROOT_URLCONF
HttpRequest.readline() [source]
QueryDict.__setitem__(key, value) [source] Sets the given key to [value] (a
HttpResponse.seekable() New in Django 1.10: Always False
QueryDict.copy() [source] Returns a copy of the object, using copy.deepcopy()
HttpRequest.resolver_match An instance of
QueryDict.__init__(query_string=None, mutable=False, encoding=None) [source] Instantiates
class HttpResponseServerError [source] Acts just like HttpResponse but uses
HttpResponse.writelines(lines) [source] Writes a list of lines to the response. Line separators
class HttpResponseForbidden [source] Acts just like HttpResponse but uses a
Page 7 of 10