Arcjet extension of the Headers class.
npm install -S @arcjet/headers
import ArcjetHeaders from "@arcjet/headers";
const headers = new ArcjetHeaders({ abc: "123" });
console.log(headers.get("abc"));
This package will filter the cookie
header and all headers with keys or values
that are not strings, such as { "abc": undefined }
.
Licensed under the Apache License, Version 2.0.