http.HttpRequest.
  • References/Python/Django/API/Request and response objects

HttpRequest.__iter__() Methods implementing a file-like interface for reading from an HttpRequest instance. This makes it possible

2025-01-10 15:47:30
http.HttpRequest.build_absolute_uri()
  • References/Python/Django/API/Request and response objects

HttpRequest.build_absolute_uri(location) [source] Returns the absolute URI form of location

2025-01-10 15:47:30
http.HttpRequest.current_app
  • References/Python/Django/API/Request and response objects

HttpRequest.current_app The url template tag will use its value as the current_app argument to

2025-01-10 15:47:30
http.HttpRequest.get_port()
  • References/Python/Django/API/Request and response objects

HttpRequest.get_port() [source] New in Django

2025-01-10 15:47:30
http.QueryDict.
  • References/Python/Django/API/Request and response objects

QueryDict.__getitem__(key) Returns the value for the given key. If the key has more than one value, __getitem__()

2025-01-10 15:47:30
http.HttpRequest.get_signed_cookie()
  • References/Python/Django/API/Request and response objects

HttpRequest.get_signed_cookie(key, default=RAISE_ERROR, salt='', max_age=None) [source] Returns

2025-01-10 15:47:30
http.QueryDict.iterlists()
  • References/Python/Django/API/Request and response objects

QueryDict.iterlists() Like QueryDict.iteritems() except it includes all values, as a list, for each member of the

2025-01-10 15:47:30
http.HttpRequest.is_secure()
  • References/Python/Django/API/Request and response objects

HttpRequest.is_secure() [source] Returns True if the request is secure; that

2025-01-10 15:47:30
http.QueryDict.setlistdefault()
  • References/Python/Django/API/Request and response objects

QueryDict.setlistdefault(key, default_list=None) [source] Just like setdefault

2025-01-10 15:47:30
http.HttpResponseRedirect.url
  • References/Python/Django/API/Request and response objects

url This read-only attribute represents the URL the response will redirect to (equivalent to the Location response

2025-01-10 15:47:30