HttpResponse.__getitem__(header) Returns the value for the given header name. Case-insensitive.
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.
HttpResponse.tell() [source] This method makes an HttpResponse instance a file-like
class HttpResponse [source] In contrast to HttpRequest objects, which are created
HttpRequest.scheme A string representing the scheme of the request (http or https usually).
HttpRequest.readlines() [source]
HttpRequest.get_host() [source] Returns the originating host of the request using information
HttpRequest.GET A dictionary-like object containing all given HTTP GET parameters. See the QueryDict documentation
Page 1 of 10