On 2009-12-7 22:21, Mike Orr wrote: > On Mon, Dec 7, 2009 at 9:58 AM, Jonathan Vanasco<[email protected]> > wrote: >> mike- >> >> on the subject... does Pylons have a subrequest facility ? >> >> Some platforms , like mod_perl , offer it: >> >> http://perl.apache.org/docs/2.0/api/Apache2/SubRequest.html >> >> internal_redirect >> >> Redirect the current request to some other uri internally > > No. "return self.othermethod()" is the equivalent.
I'm quite sure Paste has some API that allows you to do subrequests from Pylons. You could look at how middleware such as URLMapper or Deliverance handle that. Wichert. -- Wichert Akkerman <[email protected]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. -- 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?hl=en.
