Coming from CherryPy, I expect a call to /foo/?bar=baz to call
class Foo:
def GET(self, bar='default'):
print bar
to return baz.
It doesn't appear to be doing so, and neither the tutorial nor the
documentation appears to elaborate further on how to handle this
scenario. Do I actually need to handle keyword arguments in my regex?
It would be nice if the documentation explicitly indicated as much
(explicitly or by example) if so.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---