HTTPResponse.remoteAddress() 方法
¥HTTPResponse.remoteAddress() method
用于连接到远程服务器的 IP 地址和端口号。
¥The IP address and port number used to connect to the remote server.
签名
¥Signature
class HTTPResponse {
abstract remoteAddress(): RemoteAddress;
}
Returns: