Module server

Module server 

Source
Available on crate feature http_support only.
Expand description

Utilities for http server-side program.

Structs§

HttpServer
The http server builder.
HttpSslServer
The https server configuration builder, which contains a http server configuration within.

Functions§

serve
Parse the incoming http request via the read and then, call the handler to process the request.