Slide 8
Slide 8 text
When a request is received, there are two contexts:
1. Application context - keeps track of the application-level data (configuration
variables, logger, etc.)
2. Request context - keeps track of the request-level data (URL, HTTP
method, headers, request data, session, etc.)
Both of these contexts get created when a Flask application receives a request
Contexts
8