Comment on Flask 0.7 Released (Python Web Framework)parentComments−jimmybot15yWhy would it be good to avoid passing around the request object?−espeed15yArmin explains the request object here (http://flask.pocoo.org/docs/reqcontext/) and here (http://flask.pocoo.org/docs/quickstart/#id4), and the concept of "context locals" in detail here (http://werkzeug.pocoo.org/docs/local/).
Comments
Why would it be good to avoid passing around the request object?
Armin explains the request object here (http://flask.pocoo.org/docs/reqcontext/) and here (http://flask.pocoo.org/docs/quickstart/#id4), and the concept of "context locals" in detail here (http://werkzeug.pocoo.org/docs/local/).