Function tungstenite::client::uri_mode
source ยท pub fn uri_mode(uri: &Uri) -> Result<Mode>
Expand description
Get the mode of the given URL.
This function may be used to ease the creation of custom TLS streams
in non-blocking algorithms or for use with TLS libraries other than native_tls
or rustls
.