QueryDict.popitem() [source] Removes an arbitrary member of the dictionary (since there’s
HttpResponse.closed True if the response has been closed.
QueryDict.urlencode(safe=None) [source] Returns a string of the data in query-string format
HttpRequest.GET A dictionary-like object containing all given HTTP GET parameters. See the QueryDict documentation
HttpRequest.path A string representing the full path to the requested page, not including the scheme or domain.
HttpResponse.setdefault(header, value) Sets a header unless it has already been set.
HttpResponse.__getitem__(header) Returns the value for the given header name. Case-insensitive.
QueryDict.dict() Returns dict representation of QueryDict. For every (key, list) pair in QueryDict
HttpResponse.flush() This method makes an HttpResponse instance a file-like object.
HttpRequest.is_ajax() [source] Returns True if the request was made via an
Page 2 of 10