Package cherrypy :: Module _cpserver
[hide private]
[frames] | no frames]

Module _cpserver

source code

Manage an HTTP server with CherryPy.

Classes [hide private]
  Server
Manager for a set of HTTP servers.
Functions [hide private]
 
check_port(host, port)
Raise an error if the given port is not free on the given host.
source code
 
wait_for_free_port(host, port)
Wait for the specified port to become free (drop requests).
source code
 
wait_for_occupied_port(host, port)
Wait for the specified port to become active (receive requests).
source code