that's right there is no Request used. So what for the Request is used for then?
Here <https://stackoverflow.com/questions/20036520/what-is-the-purpose-of-flasks-context-stacks> it is explained that request is for current request... that's kinda of clears the air a bit. but where do i find it's methods? On Sat, Mar 10, 2018 at 11:09 PM, Christopher Mullins < christopherrmull...@gmail.com> 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. > > -- https://mail.python.org/mailman/listinfo/python-list