[−][src]Trait rouille::Upgrade
Trait for objects that can take ownership of a raw connection to the client data.
The purpose of this trait is to be used with the Connection: Upgrade
header, hence its name.
Trait for objects that can take ownership of a raw connection to the client data.
The purpose of this trait is to be used with the Connection: Upgrade
header, hence its name.
impl Upgrade for Sender<Websocket>
[src]