docs(matcher): 为 location 匹配引擎添加标准化 godoc 注释

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
xfy 2026-04-20 11:23:03 +08:00
parent 1c3e04afdb
commit 10f3da0954
3 changed files with 13 additions and 12 deletions

View File

@ -8,6 +8,7 @@
// - 命名匹配named@name 形式的内部跳转目标
//
// 主要用途:
//
// 用于反向代理模块根据请求路径选择对应的后端处理器,
// 优先级顺序与 nginx 一致:精确 > 前缀优先(^~) > 正则(~,~*) > 普通前缀
//