Searched defs:http2noDialH2RoundTripper (Results 1 – 2 of 2) sorted by relevance
35 type http2noDialH2RoundTripper struct{} struct37 func (http2noDialH2RoundTripper) RoundTrip(*Request) (*Response, error) { panic(noHTTP2) }
10354 func http2registerHTTPSProtocol(t *Transport, rt http2noDialH2RoundTripper) (err error) {10368 type http2noDialH2RoundTripper struct{ *http2Transport } struct10370 func (rt http2noDialH2RoundTripper) RoundTrip(req *Request) (*Response, error) {