Function minerva_rpc::get_address
source · [−]pub fn get_address<T>(req: &Request<T>) -> SocketAddr
Expand description
Returns the address of any request’s sender. If non-existing, returns
and IPv4 address of 0.0.0.0
.
pub fn get_address<T>(req: &Request<T>) -> SocketAddr
Returns the address of any request’s sender. If non-existing, returns
and IPv4 address of 0.0.0.0
.