cherrypy.tutorial.tut03_get_and_post module

Tutorial - Passing variables.

This tutorial shows you how to pass GET/POST variables to methods.

class cherrypy.tutorial.tut03_get_and_post.WelcomePage[source]

Bases: object

Welcome page app.

greetUser(name=None)[source]

Render a greeting or form on /greetUser URI.

index()[source]

Produce HTTP response body of welcome app index URI.