type net/http.connectMethod
10 uses
net/http (current package)
transport.go#L826: func (t *Transport) connectMethodForRequest(treq *transportRequest) (cm connectMethod, err error) {
transport.go#L838: func (cm *connectMethod) proxyAuth() string {
transport.go#L1181: cm connectMethod
transport.go#L1324: func (t *Transport) getConn(treq *transportRequest, cm connectMethod) (pc *persistConn, err error) {
transport.go#L1556: func (t *Transport) dialConn(ctx context.Context, cm connectMethod) (pconn *persistConn, err error) {
transport.go#L1792: type connectMethod struct {
transport.go#L1803: func (cm *connectMethod) key() connectMethodKey {
transport.go#L1821: func (cm *connectMethod) scheme() string {
transport.go#L1829: func (cm *connectMethod) addr() string {
transport.go#L1838: func (cm *connectMethod) tlsHost() string {
![]() |
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. |