werkzeug.ResponseStreamMixin

class werkzeug.ResponseStreamMixin[source]

Mixin for BaseRequest subclasses. Classes that inherit from this mixin will automatically get a stream property that provides a write-only interface to the response iterable.

Attributes

stream The response iterable as write-only stream.