Skip to main content

Module http_server

Module http_server 

Source

Functions§

serve_connection
Serve a single plain TCP connection using hyper’s auto HTTP/1+2 builder.
serve_io
Serve a connection on any I/O type that implements AsyncRead + AsyncWrite + Unpin.
serve_tls_connection
Serve a single TLS-wrapped connection using hyper’s auto HTTP/1+2 builder.