Files
puppeteer/docs/api/puppeteer.httpresponse.remoteaddress.md
2023-03-30 11:54:00 +00:00

313 B

sidebar_label
sidebar_label
HTTPResponse.remoteAddress

HTTPResponse.remoteAddress() method

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

Signature:

class HTTPResponse {
  remoteAddress(): RemoteAddress;
}

Returns:

RemoteAddress