Skip to main content
ServerOptions.joinDuplicateHeaders - http - Node documentation
property ServerOptions.joinDuplicateHeaders

Usage in Deno

import { type ServerOptions } from "node:http";

It joins the field line values of multiple headers in a request with , instead of discarding the duplicates.

Type

boolean