Available on crate feature
tokio
and (crate features http1
or http2
) only.Expand description
Serve services.
Structs§
- An incoming stream.
- Future returned by
serve
. - Return type of
ListenerExt::tap_io
. - Serve future with graceful shutdown enabled.
Traits§
- Types that can listen for connections.
- Extensions to
Listener
.
Functions§
- Serve the service with the supplied listener.