UserAgentClientHintHeaders
Overview
Usage
- Node
- Deno
import { UserAgentClientHintHeaders } from 'keywork/http/headers'
import { UserAgentClientHintHeaders } from 'https://deno.land/x/keywork/http/headers'
Properties
Sec-CH-UA
Sec-CH-UA: `string`
User agent's branding and version.
Defined in
http/headers/mod.ts:96
Sec-CH-UA-Arch
Sec-CH-UA-Arch: `string`
User agent's underlying platform architecture.
Defined in
http/headers/mod.ts:101
Sec-CH-UA-Bitness
Sec-CH-UA-Bitness: `string`
User agent's underlying CPU architecture bitness (for example "64" bit).
Defined in
http/headers/mod.ts:106
Sec-CH-UA-Mobile
Sec-CH-UA-Mobile: `string`
- "Sec-CH-UA-Full-Version-List": string
/**
- *User agent is running on a mobile device or, more generally, prefers a "mobile" user experience.
Defined in
http/headers/mod.ts:113
Sec-CH-UA-Model
Sec-CH-UA-Model: `string`
User agent's device model.
Defined in
http/headers/mod.ts:118
Sec-CH-UA-Platform
Sec-CH-UA-Platform: `string`
User agent's underlying operation system/platform.
Defined in
http/headers/mod.ts:123
Sec-CH-UA-Platform-Version
Sec-CH-UA-Platform-Version: `string`
User agent's underlying operation system version.
Defined in
http/headers/mod.ts:128
The UA client hints are request headers that provide information about the user agent and the platform/architecture on which it is running