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

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

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

Returns an iterator allowing to go through all values contained in this Headers object. The values are ByteString objects.

Returns

IterableIterator<string>