1 - allow entry point resource retrieval
Reported by Guilherme Silveira | May 31st, 2010 @ 07:26 PM | in upcoming release
Allow the following to retrieve an http response body and code:
resource = Restfulie.at('http://entry').raw.get
resource.response.code
resource.response.body
Note that there is no media type parsing so far
Comments and changes to this ticket
-
Rodrigo Manhães June 2nd, 2010 @ 03:47 PM
- Milestone set to upcoming release
- State changed from new to open
- Assigned user set to Rodrigo Manhães
-
Rodrigo Manhães June 18th, 2010 @ 03:41 PM
- State changed from open to resolved
Implemented and integrated to mainline.
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