Support post marshalling with xml
Reported by Guilherme Silveira | May 31st, 2010 @ 08:07 PM | in upcoming release
depends on ticket 6
Support
Restfulie.at('uri').as('application/xml').post(some_object)
Where some_object is a hash
In this case, serialize this hash as an xml and send it to the
server
Note that in order to decide the marshalling algorithm, it should use the global media type control (hash) that maps a string to a driver (marshaller+unmarshaller)
Comments and changes to this ticket
-
Rodrigo Manhães October 27th, 2010 @ 01:00 AM
- Assigned user set to Rodrigo Manhães
- Milestone order changed from 0 to 0
-
Rodrigo Manhães October 27th, 2010 @ 01:01 AM
- State changed from new to open
-
Rodrigo Manhães December 7th, 2010 @ 10:39 PM
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
A python port of restfulie