exactly what i was looking for..was trying to get request.env.query_string....since i have not add an intellisense ide to web2py, i didn't really know how to locate your suggestion and i missed it wading thru the doc. Thanks a million!
On Thursday, October 25, 2012 1:25:47 AM UTC-7, Niphlod wrote: > > What are you expecting from a "raw request" ? Doesn't request.env suffice ? > > On Wednesday, October 24, 2012 11:33:52 PM UTC+2, patrick moon wrote: >> >> 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 >> > --