[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [ContinueRequestRequest](./puppeteer.protocol.fetch.continuerequestrequest.md) > [method](./puppeteer.protocol.fetch.continuerequestrequest.method.md) ## Protocol.Fetch.ContinueRequestRequest.method property If set, the request method is overridden. Signature: ```typescript method?: string; ```