Back to Vercel

Interface: Request

packages/functions/docs/interfaces/index.Request.md

16.1.2478 B
Original Source

Interface: Request

index.Request

We define a new type so this function can be reused with the global Request, node-fetch and other types.

Table of contents

Properties

Properties

headers

headers: Headers

Represents the headers of a request.

Defined in

packages/functions/src/headers.ts:52