Skip to content

Response

Response: {(body?, init?): Response; prototype: Response; error: Response; json: Response; redirect: Response; }

Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:1899

The Response interface of the Fetch API represents the response to a request.

MDN Reference

null | BodyInit

ResponseInit

Response

prototype: Response

error(): Response

Response

json(any, maybeInit?): Response

any

Response | ResponseInit

Response

redirect(url, status?): Response

string

number

Response