class FileResponse [source] FileResponse is a subclass of StreamingHttpResponse
QueryDict.pop(key) [source] Returns a list of values for the given key and removes them from
QueryDict.get(key, default=None) Uses the same logic as __getitem__() above, with a hook for returning a default
class HttpResponseNotModified [source] The constructor doesn’t take any arguments and no
HttpResponse.getvalue() [source] Returns the value of HttpResponse.content.
HttpResponse.content A bytestring representing the content, encoded from a Unicode object if necessary.
HttpRequest.__iter__() Methods implementing a file-like interface for reading from an HttpRequest instance. This makes it possible
HttpRequest.build_absolute_uri(location) [source] Returns the absolute URI form of location
class StreamingHttpResponse [source] The StreamingHttpResponse class is used
HttpResponse.reason_phrase The HTTP reason phrase for the response.
Page 8 of 10