interface ExpectHeaderOptions

Interface for the expectHeader middleware options. By default, the 'Expected-Header' header will not be set.

Properties

optional
expectedHeader: string

The expected header value.

Usage

import { type ExpectHeaderOptions } from ".";