Skip to main content

NetworkClientHintHeaders

Overview

Usage

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

Properties

Downlink: `string`

Approximate bandwidth of the client's connection to the server, in Mbps. This is part of the Network Information API]

Defined in

http/headers/mod.ts:137

ECT

ECT: `string`

The "network profile" that best matches the connection's latency and bandwidth.

Defined in

http/headers/mod.ts:141

RTT

RTT: `string`

Application layer round trip time (RTT) in milliseconds, which includes the server processing time.

Defined in

http/headers/mod.ts:146

Save-Data

Save-Data: `string`

A boolean that indicates the user agent's preference for reduced data usage.

Defined in

http/headers/mod.ts:151