3
I’m new to the desenvolvimento Web
and I’m studying FLask
and it has some objects that should only be manipulated in certain context as the Flask.g
and the Flask.current_app
what I can’t understand are the differences between these contextos
. My doubts are:
- What is
contexto de solicitação
? - What is
contexto de aplicação
? - There are other
contextos
? - What are the differences between
Flask.g
andFlask.current_app
?
Thank you for the reply.
– ThiagoO