class HttpResponseNotAllowed [source] Like HttpResponse, but uses a 405 status
HttpResponse.charset A string denoting the charset in which the response will be encoded. If not given at HttpResponse
HttpResponse.set_signed_cookie(key, value, salt='', max_age=None, expires=None, path='/', domain=None, secure=None, httponly=True) Like
HttpRequest.META A standard Python dictionary containing all available HTTP headers. Available headers depend on the client
HttpRequest.read(size=None) [source]
HttpResponse.status_code The
QueryDict.items() Just like the standard dictionary items() method, except this uses the same last-value logic
class HttpRequest [source]
HttpRequest.session From the
HttpResponse.delete_cookie(key, path='/', domain=None) Deletes the cookie with the given key. Fails silently if the key doesn’t
Page 4 of 10