net/http.http2ServeConnOpts.BaseConfig (field)

7 uses

	net/http (current package)
		h2_bundle.go#L3867: 			BaseConfig: hs,
		h2_bundle.go#L3882: 	BaseConfig *Server
		h2_bundle.go#L3898: 	if o != nil && o.BaseConfig != nil {
		h2_bundle.go#L3899: 		return o.BaseConfig
		h2_bundle.go#L3909: 		if o.BaseConfig != nil && o.BaseConfig.Handler != nil {
		h2_bundle.go#L3910: 			return o.BaseConfig.Handler