MCPcopy Index your code
hub / github.com/google/go-github / transport

Method transport

github/github.go:1958–1963  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1956}
1957
1958func (t *UnauthenticatedRateLimitedTransport) transport() http.RoundTripper {
1959 if t.Transport != nil {
1960 return t.Transport
1961 }
1962 return http.DefaultTransport
1963}
1964
1965// BasicAuthTransport is an http.RoundTripper that authenticates all requests
1966// using HTTP Basic Authentication with the provided username and password. It

Callers 2

RoundTripMethod · 0.95

Calls

no outgoing calls