dougblack / sleepy

rest for go
675 stars 56 forks source link

Make full request available to handlers #24

Open longsleep opened 10 years ago

longsleep commented 10 years ago

This PR is required to get access to request.Body in POST and PUT handlers without keeping to add more and more parameters to the handlers. I feel it is much easier when the http.Request is available to handlers directly.