Skip to main content
Module

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

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

Appends a new value onto an existing header inside a Headers object, or adds the header if it does not already exist.

Parameters

name: string
value: string