Class StreamingHttpResponse

A streaming HTTP response class with an iterator as content.

Declaration

class StreamingHttpResponse(HttpResponseBase)
source link

Documentation

This should only be iterated once, when the response is streamed to the
client. However, it can be appended to or replaced with a new iterator
that wraps the original content (or yields entirely new content).

Methods

Inherited methods

Subclasses

Reexports