<!-- 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; [InterceptionStage](./puppeteer.protocol.network.interceptionstage.md)

## Protocol.Network.InterceptionStage type

Stages of the interception to begin intercepting. Request will intercept before the request is sent. Response will intercept after the response is received.

<b>Signature:</b>

```typescript
export type InterceptionStage = ('Request' | 'HeadersReceived');
```