Hello everybody,
first of all congratulations for gevent. It is an amazing piece of code.
I have been working on this project:
and I would like to add a gevent example. It should be based on:
My problem is that I am not finding any documentation about how to get the request POST variables in gevent webpy, its convention, how to redirect to a different page, and how to deal with static pages.
Can anyone point me to the documentation or perhaps show me a simple example of an app that servers static file, one page that asks for user name and redirects to a page that says hello user name?
Thanks.
Massimo