Available on crate feature
tokio
and (crate features http1
or http2
) only.Expand description
Serve services.
Structs§
- Incoming
Stream - An incoming stream.
- Serve
- Future returned by
serve
. - With
Graceful Shutdown - Serve future with graceful shutdown enabled.
Functions§
- serve
- Serve the service with the supplied listener.