Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 322 Bytes

puppeteer.httpresponse.remoteaddress.md

File metadata and controls

19 lines (13 loc) · 322 Bytes
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