Globals¶
As Quart follows the Flask API, it also has globals, specifically
current_app, g, request, session
. These are globals as they are
likely needed in all request handlers.
As Quart follows the Flask API, it also has globals, specifically
current_app, g, request, session
. These are globals as they are
likely needed in all request handlers.