[−][src]Type Definition websocket::server::upgrade::sync::Upgrade
type Upgrade<S> = WsUpgrade<S, Option<Buffer>>;
The synchronous specialization of WsUpgrade
.
See the WsUpgrade
docs for usage and the extra synchronous methods
given by this specialization.