eric-hawthorne / relish

Automatically exported from code.google.com/p/relish
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add ability to receive and process raw POST content #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When a web handler method is sent raw non form-encoded post data, that content 
is not accessible inside the relish method.

Consider how to do this. Do we add a request object as an optional or mandatory 
first argument of a handler method?

Or do we introduce a default context object automatically inspectable by web 
handler methods. If so, should contexts include application, session, and 
request components, in the web handler case?

Original issue reported on code.google.com by relis...@gmail.com on 2 Feb 2013 at 12:32