Type Definition tungstenite::handshake::client::Request

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

Client request type.

Trait Implementations§

source§

impl IntoClientRequest for Request

source§

fn into_client_request(self) -> Result<Request>

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