type golang.org/x/net/http2.Server

12 uses

	golang.org/x/net/http2 (current package)
		server.go#L86: type Server struct {
		server.go#L158: func (s *Server) initialConnRecvWindowSize() int32 {
		server.go#L165: func (s *Server) initialStreamRecvWindowSize() int32 {
		server.go#L172: func (s *Server) maxReadFrameSize() uint32 {
		server.go#L179: func (s *Server) maxConcurrentStreams() uint32 {
		server.go#L186: func (s *Server) maxDecoderHeaderTableSize() uint32 {
		server.go#L193: func (s *Server) maxEncoderHeaderTableSize() uint32 {
		server.go#L203: func (s *Server) maxQueuedControlFrames() int {
		server.go#L248: func ConfigureServer(s *http.Server, conf *Server) error {
		server.go#L253: 		conf = new(Server)
		server.go#L401: func (s *Server) ServeConn(c net.Conn, opts *ServeConnOpts) {
		server.go#L553: 	srv              *Server