Skip to main content
Module

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

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
method Headers.prototype.get
import { Headers } from "https://deno.land/x/netzo@v0.1.10/deno.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