Skip to main content

ResponseContextHeaders

Overview

Usage

import { ResponseContextHeaders } from 'keywork/http/headers'

Properties

Allow

Allow: `string`

Lists the set of HTTP request methods supported by a resource.

Defined in

http/headers/mod.ts:332

Server

Server: `string`

Contains information about the software used by the origin server to handle the request.

Defined in

http/headers/mod.ts:334