is it possible to get a raw "request" from a browser in web2py? right now it looks like some of the request information is converted to gluon.storage.Storage. I'm doing a parallel compare with django and am trying to keep the code base comparison as close as possible. Thanks
--