Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.
/ koa-header Public archive

Easily add headers to your Koa application

License

Notifications You must be signed in to change notification settings

zacanger/koa-header

Repository files navigation

koa-header

Easily add headers to your Koa application.

Donate


Installation

npm i koa-header

Usage

// other koa setup
import header from 'koa-header'

app.use(header('Foo', 'Bar'))

LICENSE