type golang.org/x/net/http2.ServeConnOpts
8 uses
golang.org/x/net/http2 (current package)
server.go#L326: conf.ServeConn(c, &ServeConnOpts{
server.go#L356: type ServeConnOpts struct {
server.go#L385: func (o *ServeConnOpts) context() context.Context {
server.go#L392: func (o *ServeConnOpts) baseConfig() *http.Server {
server.go#L399: func (o *ServeConnOpts) handler() http.Handler {
server.go#L425: func (s *Server) ServeConn(c net.Conn, opts *ServeConnOpts) {
server.go#L429: func (s *Server) serveConn(c net.Conn, opts *ServeConnOpts, newf func(*serverConn)) {
server.go#L570: func serverConnBaseContext(c net.Conn, opts *ServeConnOpts) (ctx context.Context, cancel func()) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)