<!-- 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; [Fetch](./puppeteer.protocol.fetch.md) &gt; [FulfillRequestRequest](./puppeteer.protocol.fetch.fulfillrequestrequest.md) &gt; [body](./puppeteer.protocol.fetch.fulfillrequestrequest.body.md)

## Protocol.Fetch.FulfillRequestRequest.body property

A response body.

<b>Signature:</b>

```typescript
body?: string;
```