puppeteer/new-docs/puppeteer.protocol.network.signedexchangeinfo.md

24 lines
1.4 KiB
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [SignedExchangeInfo](./puppeteer.protocol.network.signedexchangeinfo.md)
## Protocol.Network.SignedExchangeInfo interface
Information about a signed exchange response.
<b>Signature:</b>
```typescript
export interface SignedExchangeInfo
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [errors](./puppeteer.protocol.network.signedexchangeinfo.errors.md) | [SignedExchangeError](./puppeteer.protocol.network.signedexchangeerror.md)<!-- -->\[\] | Errors occurred while handling the signed exchagne. |
| [header](./puppeteer.protocol.network.signedexchangeinfo.header.md) | [SignedExchangeHeader](./puppeteer.protocol.network.signedexchangeheader.md) | Information about the signed exchange header. |
| [outerResponse](./puppeteer.protocol.network.signedexchangeinfo.outerresponse.md) | [Response](./puppeteer.protocol.network.response.md) | The outer response of signed HTTP exchange which was received from network. |
| [securityDetails](./puppeteer.protocol.network.signedexchangeinfo.securitydetails.md) | [SecurityDetails](./puppeteer.protocol.network.securitydetails.md) | Security details for the signed exchange header. |