class HttpResponse [source] In contrast to HttpRequest objects, which are created
QueryDict.appendlist(key, item) [source] Appends an item to the internal list associated
HttpRequest.COOKIES A standard Python dictionary containing all cookies. Keys and values are strings.
class QueryDict [source] In an HttpRequest object, the GET and
HttpRequest.path A string representing the full path to the requested page, not including the scheme or domain.
HttpResponse.setdefault(header, value) Sets a header unless it has already been set.
HttpRequest.readlines() [source]
QueryDict.popitem() [source] Removes an arbitrary member of the dictionary (since there’s
HttpResponse.flush() This method makes an HttpResponse instance a file-like object.
HttpRequest.is_ajax() [source] Returns True if the request was made via an
Page 2 of 10