Skip to main content

Module server

Module server 

Source

Structs§

ServerContext
All context needed by connection handlers.

Functions§

run_server
Run the HTTP/WS server. Blocks on the accept loop.
run_server_with_listener
Run the HTTP/WS server using a pre-bound listener. Blocks on the accept loop.