mini_buildd.httpd module

class mini_buildd.httpd.StaticWithIndex

Bases: cherrypy._cptools.HandlerTool

mini_buildd.httpd.run(bind, wsgi_app)

Run the CherryPy WSGI Web Server.

Parameters:
  • bind (string) – the bind address to use.
  • wsgi_app (WSGI-application) – the web application to process.