The "none" proxy source module disables the use of network proxy.
| 111 | |
| 112 | // The "none" proxy source module disables the use of network proxy. |
| 113 | type ProxyFromNone struct{} |
| 114 | |
| 115 | func (p ProxyFromNone) CaddyModule() caddy.ModuleInfo { |
| 116 | return caddy.ModuleInfo{ |
nothing calls this directly
no outgoing calls
no test coverage detected