Searched defs:http2Client (Results 1 – 1 of 1) sorted by relevance
45 type http2Client struct { struct46 ctx context.Context47 cancel context.CancelFunc48 ctxDone <-chan struct{} // Cache the ctx.Done() chan.49 userAgent string50 md interface{}51 conn net.Conn // underlying communication channel52 loopy *loopyWriter53 remoteAddr net.Addr54 localAddr net.Addr[all …]