Type Alias tungstenite::handshake::client::Request
source · pub type Request = Request<()>;
Expand description
Client request type.
Aliased Type§
struct Request { /* private fields */ }
Trait Implementations§
source§impl IntoClientRequest for Request
impl IntoClientRequest for Request
source§fn into_client_request(self) -> Result<Request>
fn into_client_request(self) -> Result<Request>
Convert into a
Request
that can be used for a client connection.