Additional request details in Oauth apps

Are there any plans to include additional information other than JSON and XML in the “request” object in a mapped webservice app?

While fixing issues with Webcore I saw that the request object is a hashmap when passed to the mapped app method while in SmartThings it is a FilteredHttpServletRequestWrapper which gives access to things like header information for the incoming request.