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