[][src]Module bindle::server

Server implementation of the Bindle Protocol Spec, with associated HTTP handlers and functions

Structs

TlsConfig

The configuration required for running with TLS enabled

Functions

server

Returns a future that runs a server until it receives a SIGINT to stop. If optional TLS configuration is given, the server will be configured to use TLS. Otherwise it will use plain HTTP