interface HidePoweredByOptions

Interface for the hidePoweredBy middleware options. By default, the 'X-Powered-By' header will not be set.

Properties

optional
setTo: string

The value to set for the 'X-Powered-By' header.

Usage

import { type HidePoweredByOptions } from "types/mod.ts";