MCPcopy
hub / github.com/larksuite/cli / base

Method base

internal/cmdutil/transport.go:99–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97}
98
99func (t *SecurityHeaderTransport) base() http.RoundTripper {
100 if t.Base != nil {
101 return t.Base
102 }
103 return transport.Fallback()
104}
105
106// RoundTrip implements http.RoundTripper.
107func (t *SecurityHeaderTransport) RoundTrip(req *http.Request) (*http.Response, error) {

Callers 1

RoundTripMethod · 0.95

Calls 1

FallbackFunction · 0.92

Tested by

no test coverage detected