cherrypy.tutorial.tut01_helloworld module

Tutorial - Hello World.

The most basic (working) CherryPy application possible.

class cherrypy.tutorial.tut01_helloworld.HelloWorld[source]

Bases: object

Sample request handler class.

index()[source]

Produce HTTP response body of hello world app index URI.