api-error-handler:JSON API的快速错误处理程序

时间:2024-03-21 11:52:53
【文件属性】:

文件名称:api-error-handler:JSON API的快速错误处理程序

文件大小:4KB

文件格式:ZIP

更新时间:2024-03-21 11:52:53

JavaScript

api错误处理程序 JSON API的错误处理程序,旨在与风格的错误一起使用。 例子 var errorHandler = require ( 'api-error-handler' ) ; var api = new express . Router ( ) ; api . get ( '/users/:userid' , function ( req , res , next ) { } ) ; api . use ( errorHandler ( ) ) ; app . use ( '/api' , api ) ; 原料药 .use(errorHandler([options])) 目前没有选择。 失误 4xx错误暴露给客户端。 公开的属性有: message type name code status 5xx错误不会暴露给客户端。 而是给它们一个通用message以


【文件预览】:
api-error-handler-master
----.gitignore(46B)
----package.json(813B)
----.travis.yml(162B)
----LICENSE(1KB)
----index.js(848B)
----README.md(2KB)
----test()
--------test.js(1KB)

网友评论