Module containers_api::conn

source ·
Expand description

Connection related items

Re-exports

pub use http;
pub use hyper;
pub use client::*;
pub use transport::*;
pub use tty::*;

Modules

Transports for communicating with the Podman or Docker daemon
Types for working with TTY streams

Structs

Helper structure used as a container for HTTP headers passed to a request

Enums

All error variants that can happen during communication.
Types of payload that can be sent

Constants

Functions

Type Definitions

Common result type used throughout this crate