http-filter:使用提供的回调过滤所有传出的 http 请求 - 实验

时间:2024-07-21 19:25:47
【文件属性】:

文件名称:http-filter:使用提供的回调过滤所有传出的 http 请求 - 实验

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-21 19:25:47

JavaScript

http-过滤器 使用提供的回调过滤所有传出的 http 请求 /* * Sample app using http-filter to log all outgoing calls */ var httpFilter = require ( './index.js' ) ; // Initialize filter passing the callback to call for every outgoing request httpFilter . init ( function ( req , host ) { console . log ( 'Outgoing request: ' + req . method + ' ' + host ) ; } ) ; // Now make some calls! var request = require ( 'request


【文件预览】:
http-filter-master
----index.js(349B)
----package.json(337B)
----.gitignore(587B)
----lib()
--------agent.js(606B)
----app.js(520B)
----README.md(762B)

网友评论