Hi all, We are writing an app with Python AppEngine and Closure. I am trying to follow a few articles I found on how to write your own REST services (properly). What I have gathered from reading these documents is that when using PUT or POST I should send back formed data say in XML or JSON.
I am sending this as part of the POST or PUT data. The webapp framework seems to want to parse the input into name value pairs (which makes sense), how do I access this whole string from the request? Thanks for any pointers. -- "The secret impresses no-one, the trick you use it for is everything" - Alfred Borden (The Prestiege) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=.
