-
https://www.v2fly.org/config/routing.html#ruleobject 文档里写的:
:method、:path、accept 这些值似乎指的是HTTP/2里的头信息,那如果传入请求用的是HTTP/1.1那是不是就不能判断url了?(因为HTTP/1.1的头里没有‘:path’),还是说attrs这个map的key是有一个预定义的列表?我看了下代码,没怎么看懂attrs这个变量的值来源,似乎是从pb直接反序列化得到的? 假如我的HTTP请求里有一个自定义头名叫'test', |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
是这里手动添加的 https://github.com/v2fly/v2ray-core/blob/master/proxy/http/server.go#L251 你也可以添加新 header |
Beta Was this translation helpful? Give feedback.
是这里手动添加的 https://github.com/v2fly/v2ray-core/blob/master/proxy/http/server.go#L251
你也可以添加新 header