class HttpResponseRedirect [source] The first argument to the constructor is required – the
HttpRequest.body The raw HTTP request body as a byte string. This is useful for processing data in different ways than conventional
HttpRequest.META A standard Python dictionary containing all available HTTP headers. Available headers depend on the client
QueryDict.values() Just like the standard dictionary values() method, except this uses the same last-value logic
class HttpResponseNotAllowed [source] Like HttpResponse, but uses a 405 status
QueryDict.items() Just like the standard dictionary items() method, except this uses the same last-value logic
QueryDict.getlist(key, default=None) Returns the data with the requested key, as a Python list. Returns an empty list if the
HttpResponse.set_signed_cookie(key, value, salt='', max_age=None, expires=None, path='/', domain=None, secure=None, httponly=True) Like
HttpRequest.session From the
HttpResponse.__init__(content='', content_type=None, status=200, reason=None, charset=None) [source]
Page 4 of 10