Friday, June 22, 2012

App Engine: URL Mappings


https://developers.google.com/appengine/docs/python/tools/webapp/running


URL Mappings
The URL path in a mapping is a regular expression. Regular expression special characters must be escaped. The regular expression can contain regexp groupings to match parts of the URL. Patterns matched in groupings are passed to request handlers as arguments.

No comments:

Related Posts Plugin for WordPress, Blogger...