NetworkClientHintHeaders
Overview
Usage
- Node
- Deno
import { NetworkClientHintHeaders } from 'keywork/http/headers'
import { NetworkClientHintHeaders } from 'https://deno.land/x/keywork/http/headers'
Properties
Downlink
Downlink: `string`
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
Approximate bandwidth of the client's connection to the server, in Mbps. This is part of the Network Information API]