This website requires JavaScript.
Explore
Help
Sign In
wuyuan
/
ClassworksKV
Watch
1
Star
0
Fork
0
You've already forked ClassworksKV
mirror of
https://github.com/ZeroCatDev/ClassworksKV.git
synced
2025-07-02 04:39:23 +00:00
Code
Releases
Activity
ClassworksKV
/
middleware
History
SunWuyuan
6897a082e7
Integrate OpenTelemetry instrumentation into
app.js
, add global and method-based rate limiting middleware, and enhance CORS configuration. Update
package.json
to include new dependencies for OpenTelemetry and rate limiting tests.
2025-05-11 11:30:26 +08:00
..
auth.js
将
app.js
重构为 ES 模块,新增 KV 存储功能,并实现请求超时中间件。更新
package.json
中的依赖项并移除未使用的路由。完善
README
,补充项目特性与安装使用说明。
2025-05-10 13:47:02 +08:00
errorHandler.js
Refactor
app.js
to streamline routing by removing unused API endpoints and integrating the KV store router directly. Clean up
errorHandler.js
by removing unnecessary comments and imports.
2025-05-10 13:50:19 +08:00
rateLimiter.js
Integrate OpenTelemetry instrumentation into
app.js
, add global and method-based rate limiting middleware, and enhance CORS configuration. Update
package.json
to include new dependencies for OpenTelemetry and rate limiting tests.
2025-05-11 11:30:26 +08:00