Type Definition tungstenite::handshake::client::Request[][src]

pub type Request = HttpRequest<()>;
Expand description

Client request type.

Trait Implementations

Convert into a Request that can be used for a client connection.