koa-no-trailing-slash

2.1.0 • Public • Published

ComVer

Koa middleware that redirects all requests to an URL with a trailing slash to the same URL without it, ignoring the query string (key and value).

Installation

npm install koa-no-trailing-slash

Usage

const app = new (require('koa'));
app.use(require('koa-no-trailing-slash')());
app.use(async (ctx, next) => {
   ctx.response.body = 'Did this URL had a trailing slash?';
});
app.listen(8000);

License

CC0

Related middleware

koa-lowercase-url

Package Sidebar

Install

npm i koa-no-trailing-slash

Weekly Downloads

406

Version

2.1.0

License

CC0-1.0

Last publish

Collaborators

  • tae