Flask: request vs Request

Mark Lawrence breamoreboy at gmail.com
Sat Mar 10 23:30:05 EST 2018


On 11/03/18 04:09, Christopher Mullins wrote:
> In the code you linked, I don't see where the *R*equest is used. The
> request variable is setup by flask when you annotate the function with the
> resource endpoint and POST method. It contains the content of the request
> which can be converted to json if that content type was specified.
> 

Could you please give some context when you reply, TIA.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list