type golang.org/x/net/http2.Server
11 uses
golang.org/x/net/http2 (current package)
config.go#L44: func configFromServer(h1 *http.Server, h2 *Server) http2Config {
server.go#L92: type Server struct {
server.go#L185: func (s *Server) markNewGoroutine() {
server.go#L191: func (s *Server) now() time.Time {
server.go#L199: func (s *Server) newTimer(d time.Duration) timer {
server.go#L207: func (s *Server) afterFunc(d time.Duration, f func()) timer {
server.go#L253: func ConfigureServer(s *http.Server, conf *Server) error {
server.go#L258: conf = new(Server)
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#L589: srv *Server
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)