Open longsleep opened 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.
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.