Documentation
Interfaces
handler.RequestHeaders

Interface: RequestHeaders

handler.RequestHeaders

The incoming request headers the implementing server should provide.

Properties

get

get: (key: string) => undefined | null | string

Type declaration

▸ (key): undefined | null | string

Parameters
NameType
keystring
Returns

undefined | null | string

Defined in

src/handler.ts:35 (opens in a new tab)