HTTPResponseHTTPResponse.remoteAddress版本:23.11.1本頁內容HTTPResponse.remoteAddress() 方法 用來連線到遠端伺服器的 IP 位址與連接埠號碼。 簽名 class HTTPResponse { abstract remoteAddress(): RemoteAddress;} 傳回 RemoteAddress