Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/capi/deps/std/http.ts>mergeHeaders

[WIP] A framework for crafting interactions with Substrate chains
Latest
function mergeHeaders
import { mergeHeaders } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/http.ts";

Allows merging of various sources of headers into a final set of headers which can be used in a Response.

Note, that unlike when passing a Response or Headers used in a response to CookieMap or SecureCookieMap, merging will not ensure that there are no other Set-Cookie headers from other sources, it will simply append the various headers together.