Getting HTTP GET variables using Tipfy

Posted by Vestonian on Stack Overflow See other posts from Stack Overflow or by Vestonian
Published on 2010-04-03T00:57:47Z Indexed on 2010/04/03 1:03 UTC
Read the original article Hit count: 354

Hey everyone,

I'm currently playing around with tipfy on Google's Appengine and just recently ran into a problem: I can't for the life of me find any documentation on how to use GET variables in my application, I've tried sifting through both tipfy and Werkzeug's documentations with no success. I know that I can use request.form.get('variable') to get POST variables and **kwargs in my handlers for URL variables, but that's as much as the documentation will tell me. Any ideas?

© Stack Overflow or respective owner

Related posts about python

Related posts about google-app-engine