QueryDict.update(other_dict) Takes either a QueryDict or standard dictionary. Just like the standard dictionary
HttpRequest.path_info Under some Web server configurations, the portion of the URL after the host name is split up into a script
HttpRequest.readline() [source]
class HttpResponseServerError [source] Acts just like HttpResponse but uses
class FileResponse [source] FileResponse is a subclass of StreamingHttpResponse
HttpResponse.seekable() New in Django 1.10: Always False
QueryDict.get(key, default=None) Uses the same logic as __getitem__() above, with a hook for returning a default
class HttpResponseNotModified [source] The constructor doesn’t take any arguments and no
QueryDict.__init__(query_string=None, mutable=False, encoding=None) [source] Instantiates
HttpRequest.xreadlines() [source]
Page 7 of 10