class documentation

class StreamOnlyMixin:

Known subclasses: werkzeug.wrappers.request.PlainRequest

View In Hierarchy

Mixin to create a Request that disables the data, form, and files properties. Only stream is available.

Deprecated since version 2.0: Will be removed in Werkzeug 2.1. Create the request with shallow=True instead.
New in version 0.9.
Method __init__ Undocumented
def __init__(self, *args, **kwargs):

Undocumented

Parameters
*args:t.AnyUndocumented
**kwargs:t.AnyUndocumented