Hello,
  I would like to call a URL of my own application. How can I go about
doing that w/o using URL fetch? One option would be to manually
construct a request object and call the function depending upon the
URL mapping table. However, is there a way to do this w/o that mess
and w/o using URL fetch (which will cost me a request)?

for eg: If I have these URLs:
/mail/send/
/chat/send/
/home/

If I want to call them from within the handler of /home/, how can I do
that?

Regards,
-Dhruv.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to