Searched defs:connectMethod (Results 1 – 1 of 1) sorted by relevance
1922 type connectMethod struct { struct1923 _ incomparable1924 proxyURL *url.URL // nil for no proxy, else full proxy URL1925 targetScheme string // "http" or "https"1929 targetAddr string1930 onlyH1 bool // whether to disable HTTP/2 and force HTTP/11933 func (cm *connectMethod) key() connectMethodKey {1951 func (cm *connectMethod) scheme() string {1959 func (cm *connectMethod) addr() string {1968 func (cm *connectMethod) tlsHost() string {