module apps.server.server_hypercorn

Inheritance diagram of mathenjeu.apps.server.server_hypercorn

Short summary

module mathenjeu.apps.server.server_hypercorn

Server with hypercorn.

source on GitHub

Classes

class

truncated documentation

ServerHypercorn

Implements a server based on hypercorn.

Methods

method

truncated documentation

__init__

run

Starts the server.

Documentation

Server with hypercorn.

source on GitHub

class mathenjeu.apps.server.server_hypercorn.ServerHypercorn(**kwargs)

Bases : object

Implements a server based on hypercorn.

source on GitHub

Paramètres

kwargs – parameters

source on GitHub

__init__(**kwargs)
Paramètres

kwargs – parameters

source on GitHub

run(verbose=True)

Starts the server.

Paramètres

verbose – display the host

source on GitHub