Skip to main content
Module

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

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

Returns an iterator allowing to go through all key/value pairs contained in this Headers object. The both the key and value of each pairs are ByteString objects.

Returns

IterableIterator<[string, string]>