type golang.org/x/net/http2.ServeConnOpts
7 uses
golang.org/x/net/http2 (current package)
server.go#L321: conf.ServeConn(c, &ServeConnOpts{
server.go#L332: type ServeConnOpts struct {
server.go#L361: func (o *ServeConnOpts) context() context.Context {
server.go#L368: func (o *ServeConnOpts) baseConfig() *http.Server {
server.go#L375: func (o *ServeConnOpts) handler() http.Handler {
server.go#L401: func (s *Server) ServeConn(c net.Conn, opts *ServeConnOpts) {
server.go#L534: func serverConnBaseContext(c net.Conn, opts *ServeConnOpts) (ctx context.Context, cancel func()) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)