Module routinator::http[][src]

The HTTP server.

The module provides all functionality exposed by the HTTP server to those interested. The only public item, http_listener creates all necessary networking services based on the current configuration and returns a future that drives the server.

Functions

http_listener

Returns a future for all HTTP server listeners.