axios-rate-limit:Axios的速率限制

时间:2024-05-31 09:45:32
【文件属性】:

文件名称:axios-rate-limit:Axios的速率限制

文件大小:85KB

文件格式:ZIP

更新时间:2024-05-31 09:45:32

typescript js rate-limits rate-limiting axios

轴速率限制 axios的速率限制:设置每个间隔应立即执行多少个请求,其他间隔将自动延迟。 正在安装 yarn add axios-rate-limit 用法 import axios from 'axios' ; import rateLimit from 'axios-rate-limit' ; // sets max 2 requests per 1 second, other will be delayed // note maxRPS is a shorthand for perMilliseconds: 1000, and it takes precedence // if specified both with maxRequests and perMilliseconds const http = rateLimit ( axios . create ( ) , { max


【文件预览】:
axios-rate-limit-master
----.gitignore(42B)
----README.md(1KB)
----CHANGELOG.md(1KB)
----typings()
--------index.d.ts(2KB)
----LICENSE(1KB)
----__tests__()
--------index.js(3KB)
----package.json(2KB)
----src()
--------index.js(4KB)
----.travis.yml(109B)
----yarn.lock(198KB)

网友评论