Function tungstenite::client::uri_mode [−][src]
pub fn uri_mode(uri: &Uri) -> Result<Mode>
Get the mode of the given URL.
This function may be used to ease the creation of custom TLS streams
in non-blocking algorithmss or for use with TLS libraries other than native_tls
.