文件名称:node-httperror:HTTPError 类扩展了 Error(入栈)。 var err = new HTTPError(req,res,message);
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-02 04:28:54
nodejs httperror JavaScript
httperror - node.js 的 HTTPError 类 安装 npm install httperror 用法 var http = require ( 'http' ) ; var HTTPError = require ( 'httperror' ) ; var req = http . get ( 'http://google.com' , function ( res ) { var err = new HTTPError ( req , res , 'Querying google.com' ) ; throw err ; } ) ; // Output // HTTPError: Querying google.com // Request URL: http://google.com/ // Request method: GET // Status cod
【文件预览】:
node-httperror-master
----example()
--------http.js(1KB)
--------request.js(300B)
--------https.js(171B)
----test()
--------test.js(2KB)
----LICENCE(1KB)
----README.md(3KB)
----.gitignore(13B)
----index.js(2KB)
----package.json(623B)