2.0.0 • Published 5 years ago

servie-finalhandler v2.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

Servie Finalhandler

NPM version NPM downloads Build status Test coverage

Servie final HTTP 404 responder.

Installation

npm install servie-finalhandler --save

Usage

import { finalhandler } from "servie-finalhandler";

const app = compose([get(), post()]);
const req = new Request("/");

app(req, finalhandler(req));

TypeScript

This project is written using TypeScript and publishes the definitions directly to NPM.

License

Apache 2.0