puppeteer/new-docs/puppeteer.protocol.network.continueinterceptedrequestrequest.rawresponse.md

14 lines
757 B
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; [ContinueInterceptedRequestRequest](./puppeteer.protocol.network.continueinterceptedrequestrequest.md) &gt; [rawResponse](./puppeteer.protocol.network.continueinterceptedrequestrequest.rawresponse.md)
## Protocol.Network.ContinueInterceptedRequestRequest.rawResponse property
If set the requests completes using with the provided base64 encoded raw response, including HTTP status line and headers etc... Must not be set in response to an authChallenge.
<b>Signature:</b>
```typescript
rawResponse?: string;
```