docs(matcher): 为 location 匹配引擎添加标准化 godoc 注释
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
1c3e04afdb
commit
10f3da0954
@ -8,6 +8,7 @@
|
|||||||
// - 命名匹配(named):@name 形式的内部跳转目标
|
// - 命名匹配(named):@name 形式的内部跳转目标
|
||||||
//
|
//
|
||||||
// 主要用途:
|
// 主要用途:
|
||||||
|
//
|
||||||
// 用于反向代理模块根据请求路径选择对应的后端处理器,
|
// 用于反向代理模块根据请求路径选择对应的后端处理器,
|
||||||
// 优先级顺序与 nginx 一致:精确 > 前缀优先(^~) > 正则(~,~*) > 普通前缀
|
// 优先级顺序与 nginx 一致:精确 > 前缀优先(^~) > 正则(~,~*) > 普通前缀
|
||||||
//
|
//
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user