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

type Request = HttpRequest<()>;
[]

Client request type.

Trait Implementations

impl IntoClientRequest for Request[src][+]