Hi, loopymonkey,

You don't specify which runtime you're working with, and the best way
to do this is runtime-specific. In Python, however, if you're using
the default webapp framework, you can do this by defining groups in
the handler regular expressions; the contents of these groups will be
passed to the handler. An example can be seen here:
http://code.google.com/appengine/docs/python/tools/webapp/running.html

-Nick Johnson

--~--~---------~--~----~------------~-------~--~----~
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-appengine@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