Devraj Mukherjee
unread,Nov 16, 2009, 3:54:21 AM11/16/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
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)