HttpRequest.is_ajax() [source] Returns True if the request was made via an
class QueryDict [source] In an HttpRequest object, the GET and
HttpResponse.__getitem__(header) Returns the value for the given header name. Case-insensitive.
HttpRequest.scheme A string representing the scheme of the request (http or https usually).
QueryDict.popitem() [source] Removes an arbitrary member of the dictionary (since there’s
HttpRequest.readlines() [source]
QueryDict.urlencode(safe=None) [source] Returns a string of the data in query-string format
HttpResponse.tell() [source] This method makes an HttpResponse instance a file-like
StreamingHttpResponse.reason_phrase The HTTP reason phrase for the response.
HttpRequest.COOKIES A standard Python dictionary containing all cookies. Keys and values are strings.
Page 2 of 10