Home
last modified time | relevance | path

Searched defs:connectMethod (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/net/http/
Dtransport.go1922 type connectMethod struct { struct
1923 _ incomparable
1924 proxyURL *url.URL // nil for no proxy, else full proxy URL
1925 targetScheme string // "http" or "https"
1929 targetAddr string
1930 onlyH1 bool // whether to disable HTTP/2 and force HTTP/1
1933 func (cm *connectMethod) key() connectMethodKey {
1951 func (cm *connectMethod) scheme() string {
1959 func (cm *connectMethod) addr() string {
1968 func (cm *connectMethod) tlsHost() string {