puppeteer/docs/api/puppeteer.httpresponse.remoteaddress.md
2023-11-06 10:15:09 +01:00

322 B

sidebar_label
HTTPResponse.remoteAddress

HTTPResponse.remoteAddress() method

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

Signature:

class HTTPResponse {
  abstract remoteAddress(): RemoteAddress;
}

Returns:

RemoteAddress