type net/http.http2Transport
30 uses
net/http (current package)
client.go#L319: case *http2Transport, http2noDialH2RoundTripper:
h2_bundle.go#L711: t *http2Transport
h2_bundle.go#L830: func (p *http2clientConnPool) addConnIfNeeded(key string, t *http2Transport, c *tls.Conn) (used bool, err error) {
h2_bundle.go#L866: func (c *http2addConnCall) run(t *http2Transport, key string, tc *tls.Conn) {
h2_bundle.go#L6562: type http2Transport struct {
h2_bundle.go#L6635: func (t *http2Transport) maxHeaderListSize() uint32 {
h2_bundle.go#L6645: func (t *http2Transport) disableCompression() bool {
h2_bundle.go#L6649: func (t *http2Transport) pingTimeout() time.Duration {
h2_bundle.go#L6669: func http2ConfigureTransports(t1 *Transport) (*http2Transport, error) {
h2_bundle.go#L6673: func http2configureTransports(t1 *Transport) (*http2Transport, error) {
h2_bundle.go#L6675: t2 := &http2Transport{
h2_bundle.go#L6716: func (t *http2Transport) connPool() http2ClientConnPool {
h2_bundle.go#L6721: func (t *http2Transport) initConnPool() {
h2_bundle.go#L6732: t *http2Transport
h2_bundle.go#L6941: func (t *http2Transport) RoundTrip(req *Request) (*Response, error) {
h2_bundle.go#L6967: func (t *http2Transport) RoundTripOpt(req *Request, opt http2RoundTripOpt) (*Response, error) {
h2_bundle.go#L7009: func (t *http2Transport) CloseIdleConnections() {
h2_bundle.go#L7070: func (t *http2Transport) dialClientConn(addr string, singleUse bool) (*http2ClientConn, error) {
h2_bundle.go#L7082: func (t *http2Transport) newTLSConfig(host string) *tls.Config {
h2_bundle.go#L7096: func (t *http2Transport) dialTLS() func(string, string, *tls.Config) (net.Conn, error) {
h2_bundle.go#L7103: func (t *http2Transport) dialTLSDefault(network, addr string, cfg *tls.Config) (net.Conn, error) {
h2_bundle.go#L7128: func (t *http2Transport) disableKeepAlives() bool {
h2_bundle.go#L7132: func (t *http2Transport) expectContinueTimeout() time.Duration {
h2_bundle.go#L7139: func (t *http2Transport) NewClientConn(c net.Conn) (*http2ClientConn, error) {
h2_bundle.go#L7143: func (t *http2Transport) newClientConn(c net.Conn, singleUse bool) (*http2ClientConn, error) {
h2_bundle.go#L9033: func (t *http2Transport) vlogf(format string, args ...interface{}) {
h2_bundle.go#L9039: func (t *http2Transport) logf(format string, args ...interface{}) {
h2_bundle.go#L9103: func (t *http2Transport) getBodyWriterState(cs *http2clientStream, body io.Reader) (s http2bodyWriterState) {
h2_bundle.go#L9194: type http2noDialH2RoundTripper struct{ *http2Transport }
h2_bundle.go#L9204: func (t *http2Transport) idleConnTimeout() time.Duration {
 |
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. |