Skip to main content
Module

std/http/util.ts

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

Functions

f
compareEtag
deprecated

Returns true if the etags match. Weak etag comparisons are handled.

Internal utility for returning a standardized response, automatically defining the body, status code and status text, according to the response type.