class Response(ResponseBase):
The response object that is used by default in Flask. Works like the
response object from Werkzeug but is set to have an HTML mimetype by
default. Quite often you don't have to create this object yourself because
~flask.Flask.make_response
will take care of that for you.
If you want to replace the response object used you can subclass this and
set ~flask.Flask.response_class
to your subclass.
max_cookie_size
.Class Variable | default_mimetype |
Undocumented |
Property | max_cookie_size |
Read-only view of the MAX_COOKIE_SIZE config key. |