Crate docktape[][src]

Docktape

Docktape is a wrapper for the Docker API (https://docs.docker.com/develop/sdk/).

This crate is currently using Hyper v0.11.27 (https://docs.rs/crate/hyper/0.11.27) and will be updated very soon.

Modules

io

Traits, helpers, and type definitions for core I/O functionality.

Structs

Client

A Client to make outgoing HTTP requests.

Core

An event loop.

Docker

Struct representing a Docker object with its socket

Request

An HTTP Request

Socket

Socket

UnixConnector

A type which implements hyper's client connector interface for unix domain sockets

Uri

The Request-URI of a Request's StartLine.

Enums

Method

The Request Method (VERB)

Value

Represents any valid JSON value.

Traits

Future

Trait for types which are a placeholder of a value that may become available at some later point in time.

Stream

A stream of values, not all of which may have been produced yet.

Write

A trait for objects which are byte-oriented sinks.

Type Definitions

Result

Result type often returned from methods that can have hyper Errors.