When set, the proxy will skip the TLS verification on outgoing requests.
()
| 439 | |
| 440 | // When set, the proxy will skip the TLS verification on outgoing requests. |
| 441 | func (f Flags) Insecure() bool { return f&Insecure != 0 } |
| 442 | |
| 443 | // When set, the filters will receive an unmodified clone of the original |
| 444 | // incoming request and response. |
no outgoing calls
no test coverage detected