type go.opencensus.io/plugin/ochttp.Transport
8 uses
go.opencensus.io/plugin/ochttp (current package)
client.go#L31: type Transport struct {
client.go#L68: func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error) {
client.go#L102: func (t *Transport) base() http.RoundTripper {
client.go#L110: func (t *Transport) CancelRequest(req *http.Request) {
golang.org/x/pkgsite/internal/index
index.go#L45: return &Client{url: strings.TrimRight(rawurl, "/"), httpClient: &http.Client{Transport: &ochttp.Transport{}}}, nil
golang.org/x/pkgsite/internal/proxy
client.go#L65: httpClient: &http.Client{Transport: &ochttp.Transport{}},
golang.org/x/pkgsite/internal/source
source.go#L218: Transport: &ochttp.Transport{},
google.golang.org/api/transport/http
dial.go#L216: return &ochttp.Transport{
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |