HttpResponse.closed True if the response has been closed.
HttpResponse.tell() [source] This method makes an HttpResponse instance a file-like
HttpResponse.__getitem__(header) Returns the value for the given header name. Case-insensitive.
QueryDict.dict() Returns dict representation of QueryDict. For every (key, list) pair in QueryDict
HttpResponse.readable() New in Django 1.10: Always False
HttpRequest.scheme A string representing the scheme of the request (http or https usually).
HttpRequest.path A string representing the full path to the requested page, not including the scheme or domain.
class HttpResponse [source] In contrast to HttpRequest objects, which are created
HttpRequest.is_ajax() [source] Returns True if the request was made via an
StreamingHttpResponse.reason_phrase The HTTP reason phrase for the response.
Page 1 of 10