xfy
b0380f8798
feat(server): 改用前缀匹配注册代理路由
使用 fasthttp/router 通配符路由替代精确匹配:
- path: / 匹配所有子路径如 /sorry/index
- path: /api/ 匹配 /api/* 所有子路径
- 路由格式: {path}/{path:*}
此改动确保代理路径下所有子请求都能正确路由到代理处理器,
支持 redirect_rewrite 功能正确处理子路径的重定向改写。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 17:01:30 +08:00
..
2026-04-15 12:48:48 +08:00
2026-04-13 16:15:31 +08:00
2026-04-14 14:12:52 +08:00
2026-04-15 17:01:07 +08:00
2026-04-13 16:50:14 +08:00
2026-04-13 17:38:59 +08:00
2026-04-14 14:26:01 +08:00
2026-04-13 09:26:48 +08:00
2026-04-13 16:50:14 +08:00
2026-04-14 10:49:38 +08:00
2026-04-14 14:53:12 +08:00
2026-04-15 14:20:58 +08:00
2026-04-13 13:15:39 +08:00
2026-04-14 10:49:38 +08:00
2026-04-15 17:01:30 +08:00
2026-04-14 15:56:29 +08:00
2026-04-15 17:01:30 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 13:15:39 +08:00
2026-04-14 14:26:01 +08:00
2026-04-13 13:15:20 +08:00
2026-04-13 13:15:39 +08:00
2026-04-15 12:48:49 +08:00
2026-04-13 13:15:39 +08:00