🚀 测试服务器

用于测试 fetch 和 sendBeacon

可用接口:

GET /test/get?key=value
POST /test/post 发送 JSON
POST /test/text 发送纯文本
GET /test/delay?ms=2000 延迟响应
GET /test/error?code=500 返回错误
ALL /test/echo 回显请求

💡 服务器地址: http://localhost:3000