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

20 lines
322 B
Markdown

---
sidebar_label: HTTPResponse.remoteAddress
---
# HTTPResponse.remoteAddress() method
The IP address and port number used to connect to the remote server.
#### Signature:
```typescript
class HTTPResponse {
abstract remoteAddress(): RemoteAddress;
}
```
**Returns:**
[RemoteAddress](./puppeteer.remoteaddress.md)