cherrypy.test._test_states_demo module

class cherrypy.test._test_states_demo.Root[source]

Bases: object

A test web app.

exit()[source]

Stop the server.

index()[source]

Produce HTTP response body of test app index URI.

mtimes()[source]

Respond with timestamps.

pid()[source]

Respond with the current process ID.

start()[source]

Respond with the start time.