[PYTHON] Google App Engine webapp.RequestHandler cannot get parameters when receiving put and delete

You can get and post. I defined delete and put and looked at the parameters with self.request.arguments (), but it was [] I don't have much trouble, but I can't isolate the problem.

  1. The http request itself is originally such a thing
  2. GAE (webapp.RequestHandler) specifications

Recommended Posts

Google App Engine webapp.RequestHandler cannot get parameters when receiving put and delete
Google App Engine Datastore and Search API integration
Settings when writing Google App Engine / Python apps in Intellij Idea