Module trillium_http::transport[][src]

Expand description

Types to represent the bidirectional data stream over which the HTTP protocol is communicated

Structs

BoxedTransport

A type for dyn Transport trait objects

Traits

Transport

The interface that the http protocol is communicated over.