简介
dispatcher是caddy之下的一个模块,其主要作用是对http请求进行屏蔽,代理,转发和加工等操作。
所在路径
https://github.com/inverse-inc/packetfence/tree/devel/go/httpdispatcher
基本参数和函数解析
1 | //Proxy 代理,是一个复杂结构体 |
完整文件解析
1 | package httpdispatcher |
寻光之旅
dispatcher是caddy之下的一个模块,其主要作用是对http请求进行屏蔽,代理,转发和加工等操作。
https://github.com/inverse-inc/packetfence/tree/devel/go/httpdispatcher
1 | //Proxy 代理,是一个复杂结构体 |
1 | package httpdispatcher |