Hi there,

I'm trying to implement RESTful webservices with GAE, but it seems
that it has a serious problem. I cannot access the request variables
when the method is put. The documentation indeed says that:

get(argument_name, default_value='')
Returns the value of the <b>query (URL) or POST</b> argument with the
given name. If multiple arguments have the same name, the first
argument's value is returned. The URL and request body are expected to
be in the standard format used by web browsers for form submission.


So, does anybody know how can I do that?
(I know I can simply use POST instead, but I'm trying to implement it
THE RESTful way)

Thanks
LAILSON BANDEIRA

--~--~---------~--~----~------------~-------~--~----~
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=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to