[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [FulfillRequestRequest](./puppeteer.protocol.fetch.fulfillrequestrequest.md) > [body](./puppeteer.protocol.fetch.fulfillrequestrequest.body.md) ## Protocol.Fetch.FulfillRequestRequest.body property A response body. Signature: ```typescript body?: string; ```