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
HttpResponse.readable() New in Django 1.10: Always False
HttpRequest.scheme A string representing the scheme of the request (http or https usually).
HttpRequest.readlines() [source]
HttpResponse.setdefault(header, value) Sets a header unless it has already been set.
QueryDict.appendlist(key, item) [source] Appends an item to the internal list associated
Page 1 of 10