QueryDict.__setitem__(key, value) [source] Sets the given key to [value] (a
HttpResponse.streaming This is always False. This attribute exists so middleware
HttpRequest.FILES A dictionary-like object containing all uploaded files. Each key in FILES is the name
HttpResponse.has_header(header) Returns True or False based on a case-insensitive check for a header
QueryDict.__contains__(key) Returns True if the given key is set. This lets you do, e.g., if "foo" in request
HttpRequest.user From the
HttpResponse.set_cookie(key, value='', max_age=None, expires=None, path='/', domain=None, secure=None, httponly=False) Sets
HttpRequest.encoding A string representing the current encoding used to decode form submission data (or None, which
HttpRequest.urlconf This will be used as the root URLconf for the current request, overriding the ROOT_URLCONF
HttpRequest.get_full_path() [source] Returns the path, plus an appended query
Page 6 of 10