header-middleware-next
Version:
A lightweight and flexible middleware utility for managing HTTP headers in Next.js applications. Supports header extraction, transformation, masking, and safe injection for Edge and API routes.
29 lines (28 loc) • 740 B
JSON
{
"name": "header-middleware-next",
"version": "1.0.7",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nextjs",
"middleware",
"headers",
"http-headers",
"edge-functions",
"api-routes",
"nextjs-middleware",
"header-parser",
"request-headers",
"response-headers",
"security",
"custom-headers",
"header-utils",
"edge-runtime"
],
"author": "JBrettx",
"license": "ISC",
"description": "A lightweight and flexible middleware utility for managing HTTP headers in Next.js applications. Supports header extraction, transformation, masking, and safe injection for Edge and API routes."
}