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-03 14:07:42 +08:00
2026-04-13 17:38:49 +08:00
2026-04-14 14:33:30 +08:00
2026-04-15 13:32:36 +08:00
2026-04-14 14:26:01 +08:00
2026-04-14 10:49:38 +08:00
2026-04-13 09:26:48 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 09:26:48 +08:00
2026-04-13 16:15:31 +08:00
2026-04-15 12:48:49 +08:00
2026-04-15 17:01:30 +08:00
2026-04-15 13:32:36 +08:00
2026-04-13 09:26:48 +08:00
2026-04-13 16:50:14 +08:00
2026-04-15 13:32:36 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 09:51:44 +08:00
2026-04-13 16:50:14 +08:00
2026-04-13 09:26:48 +08:00
2026-04-13 09:26:48 +08:00