On Oct 28, 7:05 am, hcvst <[email protected]> wrote: > Hi, > > can I dispatch from a w2p controller to another wsgi app? Sth like: > > def index(): > wsgiapp(env, start_response)
No > Alternatively, is there a method to write the HTTP response directly, > where 'directly' could mean directly to the socket itself? No but the above approach would not allow that ether bacuse start_response writes the headers anyway. Tell'us what you are trying to accomplish because I am sure there is a way. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

