Skip to main content
Module

x/netzo/deno.d.ts>Headers#keys

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
method Headers.prototype.keys
import { Headers } from "https://deno.land/x/netzo@v0.1.10/deno.d.ts";

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

Returns

IterableIterator<string>