puppeteer/docs/api/puppeteer.httpresponse.remoteaddress.md
2022-07-05 15:41:43 +02:00

312 B

sidebar_label
HTTPResponse.remoteAddress

HTTPResponse.remoteAddress() method

Signature:

class HTTPResponse {
  remoteAddress(): RemoteAddress;
}

Returns:

RemoteAddress

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