QueryDict.update(other_dict) Takes either a QueryDict or standard dictionary. Just like the standard dictionary
QueryDict.iteritems() Just like the standard dictionary iteritems() method. Like QueryDict.items()
HttpRequest.readline() [source]
HttpRequest.urlconf This will be used as the root URLconf for the current request, overriding the ROOT_URLCONF
HttpResponse.set_cookie(key, value='', max_age=None, expires=None, path='/', domain=None, secure=None, httponly=False) Sets
HttpRequest.path_info Under some Web server configurations, the portion of the URL after the host name is split up into a script
HttpResponse.streaming This is always False. This attribute exists so middleware
HttpResponse.has_header(header) Returns True or False based on a case-insensitive check for a header
HttpRequest.get_full_path() [source] Returns the path, plus an appended query
QueryDict.__setitem__(key, value) [source] Sets the given key to [value] (a
Page 6 of 10