Searched defs:http2Server (Results 1 – 2 of 2) sorted by relevance
63 type http2Server struct { struct64 NewWriteScheduler func() http2WriteScheduler71 func http2ConfigureServer(s *Server, conf *http2Server) error { panic(noHTTP2) }
3916 type http2Server struct { struct3921 MaxHandlers int3929 MaxConcurrentStreams uint323936 MaxDecoderHeaderTableSize uint323942 MaxEncoderHeaderTableSize uint323948 MaxReadFrameSize uint323952 PermitProhibitedCipherSuites bool3958 IdleTimeout time.Duration3965 MaxUploadBufferPerConnection int323971 MaxUploadBufferPerStream int32[all …]