Home
last modified time | relevance | path

Searched defs:ServeConnOpts (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/
Dgo17.go21 func serverConnBaseContext(c net.Conn, opts *ServeConnOpts) (ctx contextContext, cancel func()) {
Dnot_go17.go46 func serverConnBaseContext(c net.Conn, opts *ServeConnOpts) (ctx contextContext, cancel func()) {
Dserver.go283 type ServeConnOpts struct { struct
286 BaseConfig *http.Server
291 Handler http.Handler
294 func (o *ServeConnOpts) baseConfig() *http.Server {
301 func (o *ServeConnOpts) handler() http.Handler {