ResponseContextHeaders
Overview
Usage
- Node
- Deno
import { ResponseContextHeaders } from 'keywork/http/headers'
import { ResponseContextHeaders } from 'https://deno.land/x/keywork/http/headers'
Properties
Allow
Allow: `string`
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
Lists the set of HTTP request methods supported by a resource.