Flask: request vs Request

Christopher Mullins christopherrmullins at gmail.com
Sat Mar 10 23:09:56 EST 2018


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.



More information about the Python-list mailing list