The goal is to be able to run the following:
curl http://myserver:8080/xml-in/ -d '[some lovely xml]'

On the TurboGears side I'm not entirely sure how to do this. Running
the above gives:
ValueError: too many values to unpack

I can get around this by:
curl http://myserver:8080/xml-in/ -d 'data=[some lovely xml]'

However, I'd like to not have to specify the redundant 'data' keyword.

Thanks in advance for any help or insights,
-Owen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to