Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/keywork/http/headers/mod.ts>UserAgentClientHintHeaders

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Go to Latest
interface UserAgentClientHintHeaders
import { type UserAgentClientHintHeaders } from "https://deno.land/x/keywork@v6.0.1/http/headers/mod.ts";

The UA client hints are request headers that provide information about the user agent and the platform/architecture on which it is running

Properties

Sec-CH-UA: string
Sec-CH-UA-Arch: string
Sec-CH-UA-Bitness: string
Sec-CH-UA-Mobile: string
Sec-CH-UA-Model: string
Sec-CH-UA-Platform: string
Sec-CH-UA-Platform-Version: string