ngrok::prelude

Trait ConnInfo

Source
pub trait ConnInfo {
    // Required method
    fn remote_addr(&self) -> SocketAddr;
}
Expand description

Information common to all ngrok connections.

Required Methods§

Source

fn remote_addr(&self) -> SocketAddr

Returns the client address that initiated the connection to the ngrok edge.

Implementors§