Re: [google-appengine] Accessing raw post data

2011-01-26 Thread Nick Johnson (Google)
Hi Hans, You can access the request body via self.request.body. -Nick Johnson On Thu, Jan 27, 2011 at 1:28 AM, Hans wrote: > Hello! > > I'd like to have access to the raw post data an app receives. > > The output of self.request in a webapp.RequestHandler is not complete > or it is already modi

[google-appengine] Accessing raw post data

2011-01-26 Thread Hans
Hello! I'd like to have access to the raw post data an app receives. The output of self.request in a webapp.RequestHandler is not complete or it is already modified by the server-engine (dev_appserver or the real GAE). If I send multipart/form-data to the app the body of the original request is