# Interface: Request

[index](../modules/index.md).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

- [headers](index.Request.md#headers)

## Properties

### headers

• **headers**: `Headers`

Represents the headers of a request.

#### Defined in

[packages/functions/src/headers.ts:52](https://github.com/vercel/vercel/blob/main/packages/functions/src/headers.ts#L52)
