type golang.org/x/net/http2.ServeConnOpts

9 uses

	golang.org/x/net/http2 (current package)
		server.go#L231: 		conf.ServeConn(c, &ServeConnOpts{
		server.go#L260: func (s *Server) serveConn(c net.Conn, opts *ServeConnOpts, newf func(*serverConn)) {
		server_common.go#L138: type ServeConnOpts struct {
		server_common.go#L181: func (s *Server) ServeConn(c net.Conn, opts *ServeConnOpts) {
		server_common.go#L183: 		opts = &ServeConnOpts{}
		server_common.go#L188: func (o *ServeConnOpts) context() context.Context {
		server_common.go#L195: func (o *ServeConnOpts) baseConfig() *http.Server {
		server_common.go#L202: func (o *ServeConnOpts) handler() http.Handler {
		server_common.go#L214: func serverConnBaseContext(c net.Conn, opts *ServeConnOpts) (ctx context.Context, cancel func()) {