ConnectionManagement
Overview
Usage
- Node
- Deno
import { ConnectionManagement } from 'keywork/http/headers'
import { ConnectionManagement } from 'https://deno.land/x/keywork/http/headers'
Properties
Connection
Connection: `string`
Defined in
http/headers/mod.ts:198
Keep-Alive
Keep-Alive: `string`
Controls how long a persistent connection should stay open.
Defined in
http/headers/mod.ts:202
Controls whether the network connection stays open after the current transaction finishes.