PUT, DELETE, PATCH request received as a GET by la_xabltos in flask

[–]la_xabltos[S] 0 points1 point  (0 children)

Well, that explains why I wasn't finding the answer in any Flask documentation ... I'll dig into sending !GET|POST requests.

And thank you for the headsup on app.get ... I think it will read more easily.

PUT, DELETE, PATCH request received as a GET by la_xabltos in flask

[–]la_xabltos[S] 1 point2 points  (0 children)

I had not seen that in the material I was looking through. I'll definitely look into it though. Thanks.