UNPKG

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.

4 lines (2 loc) 96 B
import headerMiddleware from './core/headerMiddlewareCore.js'; export { headerMiddleware };