import * as mod from "https://deno.land/std@0.210.0/http/mod.ts";
Provides UserAgent
and related types to be able to provide a
structured understanding of a user agent string.
Classes
Transforms server-sent message objects into strings for the client. | |
Variables
Provides a way to manage cookies in a request and response on the server as a single iterable collection. | |
Symbol which is used in mergeHeaders to extract a
| |
Allows merging of various sources of headers into a final set of headers
which can be used in a | |
Functions
Returns an array of media types accepted by the request, in order of preference. If there are no media types supplied in the request, then any media type selector will be returned. | |
Returns an array of content encodings accepted by the request, in order of
preference. If there are no encoding supplied in the request, then | |
Returns an array of languages accepted by the request, in order of
preference. If there are no languages supplied in the request, then | |
Calculate an ETag for an entity. When the entity is a specific set of data it will be fingerprinted as a "strong" tag, otherwise if it is just file information, it will be calculated as a weak tag. | |
Set the cookie header with empty value in the headers to delete it | |
Parse cookies of a header | |
Parse set-cookies of a header | |
A helper function that takes the value from the | |
A helper function that takes the value from the | |
Parses a signed cookie to get its value. | |
Set the cookie header properly in the headers | |
Returns a promise with the signed cookie value from the given cryptographic key. | |
Returns a promise of a boolean indicating whether the signed cookie is valid. |
Interfaces
I Cpu | |
Just the part of | |
I Os | |
Type Aliases
Types of data that can be signed cryptographically. | |
An interface which describes the methods that | |