Type Definition trillium::Upgrade

source ·
pub type Upgrade = Upgrade<BoxedTransport>;
Expand description

A HTTP protocol upgrade

This exists to erase the generic transport for convenience using a BoxedTransport. See Upgrade for additional documentation