Documentation ¶ Index ¶ func CloneDefaultTransport() *http.Transport func InsecureTransport() *http.Transport func Transport(insecure bool) *http.Transport Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CloneDefaultTransport ¶ func CloneDefaultTransport() *http.Transport func InsecureTransport ¶ func InsecureTransport() *http.Transport func Transport ¶ added in v0.30.5 func Transport(insecure bool) *http.Transport Transport returns a cloned default transport with TLS verification controlled by the insecure parameter. When insecure is true, TLS certificate verification is skipped. Types ¶ This section is empty. Source Files ¶ View all Source files transport.go Click to show internal directories. Click to hide internal directories.