HttpRequest.GET A dictionary-like object containing all given HTTP GET parameters. See the QueryDict documentation
StreamingHttpResponse.reason_phrase The HTTP reason phrase for the response.
HttpRequest.get_host() [source] Returns the originating host of the request using information
HttpResponse.closed True if the response has been closed.
HttpRequest.scheme A string representing the scheme of the request (http or https usually).
class HttpResponseBadRequest [source] Acts just like HttpResponse but uses a
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
QueryDict.urlencode(safe=None) [source] Returns a string of the data in query-string format
Page 1 of 10