Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tl_log/examples/deploy.d.ts>Headers#has

Time-Level-Log for Deno🦕
Latest
method Headers.prototype.has
import { Headers } from "https://deno.land/x/tl_log@0.1.2/examples/deploy.d.ts";

Returns a boolean stating whether a Headers object contains a certain header.

Parameters

name: string

Returns

boolean