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

type Request = HttpRequest<()>;

Client request type.

Trait Implementations

impl IntoClientRequest for Request[src]