OpenQuizz
Une application de gestion des contenus pédagogiques
StreamOnlyMixin Class Reference
Inheritance diagram for StreamOnlyMixin:
Collaboration diagram for StreamOnlyMixin:

Static Public Attributes

 disable_data_descriptor
 
 want_form_data_parsed
 

Detailed Description

If mixed in before the request object this will change the behavior
of it to disable handling of form parsing.  This disables the
:attr:`files`, :attr:`form` attributes and will just provide a
:attr:`stream` attribute that however is always available.

.. versionadded:: 0.9

Field Documentation

◆ disable_data_descriptor

disable_data_descriptor
static
If mixed in before the request object this will change the behavior
of it to disable handling of form parsing.  This disables the
:attr:`files`, :attr:`form` attributes and will just provide a
:attr:`stream` attribute that however is always available.

.. versionadded:: 0.9

◆ want_form_data_parsed

want_form_data_parsed
static

The documentation for this class was generated from the following file: