[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [FulfillRequestRequest](./puppeteer.protocol.fetch.fulfillrequestrequest.md) > [responsePhrase](./puppeteer.protocol.fetch.fulfillrequestrequest.responsephrase.md) ## Protocol.Fetch.FulfillRequestRequest.responsePhrase property A textual representation of responseCode. If absent, a standard phrase matching responseCode is used. Signature: ```typescript responsePhrase?: string; ```