Skip to content

Response

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

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250725.0/node_modules/@cloudflare/workers-types/index.ts:1609

This Fetch API interface 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