Searched defs:ServeConnOpts (Results 1 – 3 of 3) sorted by relevance
21 func serverConnBaseContext(c net.Conn, opts *ServeConnOpts) (ctx contextContext, cancel func()) {
46 func serverConnBaseContext(c net.Conn, opts *ServeConnOpts) (ctx contextContext, cancel func()) {
283 type ServeConnOpts struct { struct286 BaseConfig *http.Server291 Handler http.Handler294 func (o *ServeConnOpts) baseConfig() *http.Server {301 func (o *ServeConnOpts) handler() http.Handler {