HttpRequest.site From the
HttpRequest.xreadlines() [source]
QueryDict.__getitem__(key) Returns the value for the given key. If the key has more than one value, __getitem__()
QueryDict.iterlists() Like QueryDict.iteritems() except it includes all values, as a list, for each member of the
HttpRequest.method A string representing the HTTP method used in the request. This is guaranteed to be uppercase. Example:
class HttpResponseGone [source] Acts just like HttpResponse but uses a 410 status
HttpRequest.current_app The url template tag will use its value as the current_app argument to
HttpRequest.get_port() [source] New in Django
HttpRequest.is_secure() [source] Returns True if the request is secure; that
QueryDict.itervalues() Just like QueryDict.values(), except an iterator. In addition
Page 9 of 10