add Response.max_cookie_size config

This commit is contained in:
David Lord 2017-04-19 05:08:53 -07:00
parent 5f8ef9a5a9
commit aaab1e46f2
6 changed files with 65 additions and 5 deletions

View file

@ -85,7 +85,7 @@ Response Objects
----------------
.. autoclass:: flask.Response
:members: set_cookie, data, mimetype, is_json, get_json
:members: set_cookie, max_cookie_size, data, mimetype, is_json, get_json
.. attribute:: headers