MCPcopy
hub / github.com/lxc/incus / HTTPTransporter

Interface HTTPTransporter

client/util.go:284–289  ·  view source on GitHub ↗

HTTPTransporter represents a wrapper around *http.Transport. It is used to add some pre and postprocessing logic to http requests / responses.

Source from the content-addressed store, hash-verified

282// HTTPTransporter represents a wrapper around *http.Transport.
283// It is used to add some pre and postprocessing logic to http requests / responses.
284type HTTPTransporter interface {
285 http.RoundTripper
286
287 // Transport what this struct wraps
288 Transport() *http.Transport
289}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…