HttpRequest.__iter__() Methods implementing a file-like interface for reading from an HttpRequest instance. This makes it possible
HttpRequest.build_absolute_uri(location) [source] Returns the absolute URI form of location
HttpRequest.current_app The url template tag will use its value as the current_app argument to
HttpRequest.get_port() [source] New in Django
QueryDict.__getitem__(key) Returns the value for the given key. If the key has more than one value, __getitem__()
HttpRequest.get_signed_cookie(key, default=RAISE_ERROR, salt='', max_age=None) [source] Returns
QueryDict.iterlists() Like QueryDict.iteritems() except it includes all values, as a list, for each member of the
HttpRequest.is_secure() [source] Returns True if the request is secure; that
QueryDict.setlistdefault(key, default_list=None) [source] Just like setdefault
url This read-only attribute represents the URL the response will redirect to (equivalent to the Location response
Page 9 of 10