HttpRequest.is_ajax() [source] Returns True if the request was made via an
HttpRequest.path A string representing the full path to the requested page, not including the scheme or domain.
HttpRequest.COOKIES A standard Python dictionary containing all cookies. Keys and values are strings.
QueryDict.popitem() [source] Removes an arbitrary member of the dictionary (since there’s
HttpRequest.GET A dictionary-like object containing all given HTTP GET parameters. See the QueryDict documentation
HttpResponse.readable() New in Django 1.10: Always False
HttpResponse.flush() This method makes an HttpResponse instance a file-like object.
HttpResponse.closed True if the response has been closed.
StreamingHttpResponse.reason_phrase The HTTP reason phrase for the response.
class HttpResponseBadRequest [source] Acts just like HttpResponse but uses a
Page 1 of 10