| [connectionId](./puppeteer.protocol.network.response.connectionid.md) | number | Physical connection id that was actually used for this request. |
| [connectionReused](./puppeteer.protocol.network.response.connectionreused.md) | boolean | Specifies whether physical connection was actually reused for this request. |
| [encodedDataLength](./puppeteer.protocol.network.response.encodeddatalength.md) | number | Total number of bytes received for this request so far. |
| [fromDiskCache](./puppeteer.protocol.network.response.fromdiskcache.md) | boolean | Specifies that the request was served from the disk cache. |
| [fromPrefetchCache](./puppeteer.protocol.network.response.fromprefetchcache.md) | boolean | Specifies that the request was served from the prefetch cache. |
| [fromServiceWorker](./puppeteer.protocol.network.response.fromserviceworker.md) | boolean | Specifies that the request was served from the ServiceWorker. |
| [requestHeaders](./puppeteer.protocol.network.response.requestheaders.md) | [Headers](./puppeteer.protocol.network.headers.md) | Refined HTTP request headers that were actually transmitted over the network. |
| [responseTime](./puppeteer.protocol.network.response.responsetime.md) | [TimeSinceEpoch](./puppeteer.protocol.network.timesinceepoch.md) | The time at which the returned response was generated. |
| [securityDetails](./puppeteer.protocol.network.response.securitydetails.md) | [SecurityDetails](./puppeteer.protocol.network.securitydetails.md) | Security details for the request. |
| [securityState](./puppeteer.protocol.network.response.securitystate.md) | [Security.SecurityState](./puppeteer.protocol.security.securitystate.md) | Security state of the request resource. |
| [status](./puppeteer.protocol.network.response.status.md) | [integer](./puppeteer.protocol.integer.md) | HTTP response status code. |
| [statusText](./puppeteer.protocol.network.response.statustext.md) | string | HTTP response status text. |
| [timing](./puppeteer.protocol.network.response.timing.md) | [ResourceTiming](./puppeteer.protocol.network.resourcetiming.md) | Timing information for the given request. |
| [url](./puppeteer.protocol.network.response.url.md) | string | Response URL. This URL can be different from CachedResource.url in case of redirect. |