HttpRequest.build_absolute_uri(location) [source] Returns the absolute URI form of location
QueryDict.__init__(query_string=None, mutable=False, encoding=None) [source] Instantiates
HttpResponse.content A bytestring representing the content, encoded from a Unicode object if necessary.
QueryDict.get(key, default=None) Uses the same logic as __getitem__() above, with a hook for returning a default
QueryDict.pop(key) [source] Returns a list of values for the given key and removes them from
HttpRequest.resolver_match An instance of
HttpResponse.getvalue() [source] Returns the value of HttpResponse.content.
QueryDict.copy() [source] Returns a copy of the object, using copy.deepcopy()
class HttpResponseServerError [source] Acts just like HttpResponse but uses
class HttpResponseNotModified [source] The constructor doesn’t take any arguments and no
Page 8 of 10