class HttpResponseNotAllowed [source] Like HttpResponse, but uses a 405 status
HttpRequest.session From the
HttpRequest.META A standard Python dictionary containing all available HTTP headers. Available headers depend on the client
HttpResponse.__delitem__(header) Deletes the header with the given name. Fails silently if the header doesn’t exist. Case-insensitive
QueryDict.update(other_dict) Takes either a QueryDict or standard dictionary. Just like the standard dictionary
StreamingHttpResponse.streaming This is always True.
StreamingHttpResponse.streaming_content An iterator of strings representing the content.
HttpRequest.path_info Under some Web server configurations, the portion of the URL after the host name is split up into a script
HttpRequest.user From the
HttpRequest.FILES A dictionary-like object containing all uploaded files. Each key in FILES is the name
Page 5 of 10