servie-finalhandler
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

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

/servie-finalhandler/

    Package Sidebar

    Install

    npm i servie-finalhandler

    Weekly Downloads

    30

    Version

    2.0.0

    License

    Apache-2.0

    Unpacked Size

    8 kB

    Total Files

    9

    Last publish

    Collaborators

    • blakeembrey