HTTPResponse.remoteAddress() method
The IP address and port number used to connect to the remote server.
Signature:
class HTTPResponse {
abstract remoteAddress(): RemoteAddress;
}
Returns:
The IP address and port number used to connect to the remote server.
class HTTPResponse {
abstract remoteAddress(): RemoteAddress;
}
Returns: