0.0.5 • Published 10 years ago

koan-errors v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Koa.js error handling middleware for Koan.js

Build Status Dependency Status Coverage Status NPM version

Based on koa-error.

Supported content types:

  • json
  • html

Installation

$ npm install koan-errors

Options

  • template: path to template (defaults to the errors.html from the package),
  • engine: templating engine to use (defaults to swig).

Custom templates

Following local variables are available within a custom template:

  • env,
  • ctx,
  • request,
  • response,
  • error,
  • stack,
  • status,
  • code.

Contributions

  • are welcome;
  • should be tested;
  • should follow Koa.js coding style.

License

The MIT License

Copyright (c) 2014 Ruslan Bredikhin

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago