Trait ngrok::prelude::EdgeConnInfo
source · pub trait EdgeConnInfo {
// Required methods
fn edge_type(&self) -> EdgeType;
fn passthrough_tls(&self) -> bool;
}
Expand description
Information about connections via ngrok edges.
Required Methods§
sourcefn passthrough_tls(&self) -> bool
fn passthrough_tls(&self) -> bool
Returns whether the connection includes the tls handshake and encrypted stream.