Skip to main content

ConnectionManagement

Overview

Usage

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

Properties

Connection

Connection: `string`

Controls whether the network connection stays open after the current transaction finishes.

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