[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [FulfillRequestRequest](./puppeteer.protocol.fetch.fulfillrequestrequest.md) > [responseCode](./puppeteer.protocol.fetch.fulfillrequestrequest.responsecode.md) ## Protocol.Fetch.FulfillRequestRequest.responseCode property An HTTP response code. Signature: ```typescript responseCode: integer; ```