Module 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§

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

Structs§

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

Enums§

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

Constants§

AUTH_HEADER

Functions§

get_http_connector
get_https_connector
get_unix_connector

Type Aliases§

Result
Common result type used throughout this crate