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

HttpRequest.site From the

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

HttpRequest.xreadlines() [source]

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.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.method
  • References/Python/Django/API/Request and response objects

HttpRequest.method A string representing the HTTP method used in the request. This is guaranteed to be uppercase. Example:

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

class HttpResponseGone [source] Acts just like HttpResponse but uses a 410 status

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.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.itervalues()
  • References/Python/Django/API/Request and response objects

QueryDict.itervalues() Just like QueryDict.values(), except an iterator. In addition

2025-01-10 15:47:30