HttpRequest.COOKIES A standard Python dictionary containing all cookies. Keys and values are strings.
HttpRequest.content_params New in Django 1.10. A
HttpRequest.session From the
QueryDict.setlist(key, list_) [source] Sets the given key to list_ (unlike
class HttpResponseRedirect [source] The first argument to the constructor is required – the
class HttpRequest [source]
HttpRequest.body The raw HTTP request body as a byte string. This is useful for processing data in different ways than conventional
HttpRequest.content_type New in Django 1.10. A
QueryDict.values() Just like the standard dictionary values() method, except this uses the same last-value logic
HttpResponse.__delitem__(header) Deletes the header with the given name. Fails silently if the header doesn’t exist. Case-insensitive
Page 3 of 10