On Jul 9, 2006, at 7:45 AM, Omar El-Domeiri wrote:
> > I would like to be able to read the HTTP request's content. > How do I get that value in pylons? > Are you referring to the incoming HTTP headers? request.headers_in in 0.8.x. All the request stuff is going to be under the request object (which is the Myghty 'r' object). Take a look at the docs for more info: http://pylonshq.com/docs/0.8.2/getting_started.html#pylons-globals -- Philip Jenvey --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss -~----------~----~----~----~------~----~------~--~---
