HttpResponse.status_code The
class HttpResponsePermanentRedirect [source] Like HttpResponseRedirect, but
StreamingHttpResponse.status_code The
HttpResponse.__init__(content='', content_type=None, status=200, reason=None, charset=None) [source]
HttpResponse.write(content) [source] This method makes an HttpResponse instance
HttpResponse.charset A string denoting the charset in which the response will be encoded. If not given at HttpResponse
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
HttpResponse.delete_cookie(key, path='/', domain=None) Deletes the cookie with the given key. Fails silently if the key doesn’t
class HttpResponseNotAllowed [source] Like HttpResponse, but uses a 405 status
Page 4 of 10