Available on crate feature
hyper-util
only.Structsยง
- Connectable
Io - This is an internal wrapper over an IO type that implements hyper::rt::Write and hyper::rt::Read that also implements Connection to achieve compatibility with hyper-util.
- Firecracker
Connector firecracker
- A hyper-util connector that accepts hex-encoded Firecracker URIs and uses them to connect to Firecracker sockets via the given Backend.
- Unix
Connector unix
- A hyper-util connector that accepts hex-encoded Unix URIs and uses them to connect to Unix sockets via the given Backend.
- Vsock
Connector vsock
- A hyper-util connector that accepts hex-encoded virtio-vsock URIs and uses them to connect to virtio-vsock sockets via the given Backend.