request-limits:限制传入的 http 请求的大小

时间:2024-07-12 11:23:53
【文件属性】:

文件名称:request-limits:限制传入的 http 请求的大小

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-12 11:23:53

JavaScript

请求限制 限制传入的 http 请求的大小! 如果你不想等待一个太大的请求,如果传入的 http 请求太大而你无法处理,这个模块将抛出一个错误事件 #用法: var opts = { uri : 'http://google.com' } , s = request ( opts , function ( e , r , b ) { //if the size is more than 255bytes an error event will happen } ) limit ( s , 255 ) #测试: npm t


【文件预览】:
request-limits-master
----index.js(246B)
----package.json(638B)
----test()
--------test.js(1KB)
----LICENSE(1KB)
----.gitignore(587B)
----README.md(471B)

网友评论