Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.29 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.29 KB

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