pub type Upgrade<S> = WsUpgrade<S, Option<Buffer>>;
Expand description

The synchronous specialization of WsUpgrade. See the WsUpgrade docs for usage and the extra synchronous methods given by this specialization.