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.