MCPcopy Index your code
hub / github.com/zalando/skipper / Insecure

Method Insecure

proxy/proxy.go:441–441  ·  view source on GitHub ↗

When set, the proxy will skip the TLS verification on outgoing requests.

()

Source from the content-addressed store, hash-verified

439
440// When set, the proxy will skip the TLS verification on outgoing requests.
441func (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.

Callers 2

WithParamsFunction · 0.80
makeUpgradeRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected