QueryDict.dict() Returns dict representation of QueryDict. For every (key, list) pair in QueryDict
HttpResponse.__getitem__(header) Returns the value for the given header name. Case-insensitive.
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
HttpResponse.tell() [source] This method makes an HttpResponse instance a file-like
class HttpResponse [source] In contrast to HttpRequest objects, which are created
HttpRequest.get_host() [source] Returns the originating host of the request using information
HttpRequest.path A string representing the full path to the requested page, not including the scheme or domain.
StreamingHttpResponse.reason_phrase The HTTP reason phrase for the response.
HttpRequest.is_ajax() [source] Returns True if the request was made via an
Page 1 of 10