forked from orbit-oss/flask
extract common Flask/Blueprint API to Scaffold base class
Co-authored-by: Chris Nguyen <chrisngyn99@gmail.com>
This commit is contained in:
parent
216d97c21a
commit
b146a13f63
5 changed files with 473 additions and 495 deletions
|
|
@ -37,6 +37,11 @@ Unreleased
|
|||
For example, this allows setting the ``Content-Type`` for
|
||||
``jsonify()``. Use ``response.headers.extend()`` if extending is
|
||||
desired. :issue:`3628`
|
||||
- The ``Scaffold`` class provides a common API for the ``Flask`` and
|
||||
``Blueprint`` classes. ``Blueprint`` information is stored in
|
||||
attributes just like ``Flask``, rather than opaque lambda functions.
|
||||
This is intended to improve consistency and maintainability.
|
||||
:issue:`3215`
|
||||
|
||||
|
||||
Version 1.1.x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue