Skip to main content
Module

x/http_fns/response/append_headers.ts>appendHeaders

A bunch of functions for building HTTP servers
Go to Latest
function appendHeaders
import { appendHeaders } from "https://deno.land/x/http_fns@v0.0.27/response/append_headers.ts";

Append the given headers to the given Response.

The headers will be merged directly into the headers of the Response if the Response headers are mutable, otherwise a new Response will be created.