xfy
c95f474539
feat(variable): 新增变量系统支持
新增 internal/variable 包,提供 Nginx 风格的变量展开功能:
- 支持 $remote_addr、$host、$uri、$args 等 30+ 内置变量
- 使用 sync.Pool 优化 VariableContext 分配
- 支持 set_response_info 存储响应状态信息
添加 github.com/google/uuid 依赖用于请求 ID 生成。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 11:36:49 +08:00
..
2026-04-07 15:36:09 +08:00
2026-04-08 09:58:11 +08:00
2026-04-07 17:06:08 +08:00
2026-04-08 10:35:45 +08:00
2026-04-08 11:15:39 +08:00
2026-04-07 15:36:09 +08:00
2026-04-07 17:49:10 +08:00
2026-04-07 15:36:09 +08:00
2026-04-08 11:15:39 +08:00
2026-04-07 17:51:31 +08:00
2026-04-07 17:51:09 +08:00
2026-04-08 11:15:39 +08:00
2026-04-07 15:36:09 +08:00
2026-04-07 15:36:09 +08:00
2026-04-08 11:36:49 +08:00
2026-04-07 17:51:31 +08:00