Searched defs:http2Transport (Results 1 – 2 of 2) sorted by relevance
27 type http2Transport struct { struct28 MaxHeaderListSize uint3229 ConnPool any32 func (*http2Transport) RoundTrip(*Request) (*Response, error) { panic(noHTTP2) }33 func (*http2Transport) CloseIdleConnections() {}
7203 type http2Transport struct { struct7211 DialTLSContext func(ctx context.Context, network, addr string, cfg *tls.Config) (net.Conn, error)7221 DialTLS func(network, addr string, cfg *tls.Config) (net.Conn, error)7225 TLSClientConfig *tls.Config7229 ConnPool http2ClientConnPool7239 DisableCompression bool7243 AllowHTTP bool7252 MaxHeaderListSize uint327261 MaxReadFrameSize uint327268 MaxDecoderHeaderTableSize uint32[all …]