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§

source

fn edge_type(&self) -> EdgeType

Returns the edge type for this connection.

source

fn passthrough_tls(&self) -> bool

Returns whether the connection includes the tls handshake and encrypted stream.

Implementors§