peer method

Future<PeerInfo> peer()

The connection's peer address and port.

Implementation

Future<PeerInfo> peer() => extractors.peer().require(this);