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

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

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

Returns a ByteString sequence of all the values of a header within a Headers object with a given name.

Parameters

name: string

Returns

string | null