HttpRequest.user From the
StreamingHttpResponse.streaming_content An iterator of strings representing the content.
QueryDict.__contains__(key) Returns True if the given key is set. This lets you do, e.g., if "foo" in request
class FileResponse [source] FileResponse is a subclass of StreamingHttpResponse
class HttpResponseServerError [source] Acts just like HttpResponse but uses
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
HttpResponse.getvalue() [source] Returns the value of HttpResponse.content.
HttpResponse.writelines(lines) [source] Writes a list of lines to the response. Line separators
HttpResponse.reason_phrase The HTTP reason phrase for the response.
Page 7 of 10