HTTPResponse.remoteAddress() method

The IP address and port number used to connect to the remote server.

Signature

class HTTPResponse {
  abstract remoteAddress(): RemoteAddress;
}

Returns:

RemoteAddress