Skip to main content
Module

std/http/user_agent.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.221.0/http/user_agent.ts";

Provides UserAgent and related types to be able to provide a structured understanding of a user agent string.

Classes

A representation of user agent string, which can be used to determine environmental information represented by the string. All properties are determined lazily.

Interfaces

The browser as described by a user agent string.

The CPU information as described by a user agent string.

The device as described by a user agent string.

The browser engine as described by a user agent string.

The OS as described by a user agent string.