type golang.org/x/net/http2.Server
10 uses
golang.org/x/net/http2 (current package)
server.go#L86: type Server struct {
server.go#L139: func (s *Server) initialConnRecvWindowSize() int32 {
server.go#L146: func (s *Server) initialStreamRecvWindowSize() int32 {
server.go#L153: func (s *Server) maxReadFrameSize() uint32 {
server.go#L160: func (s *Server) maxConcurrentStreams() uint32 {
server.go#L170: func (s *Server) maxQueuedControlFrames() int {
server.go#L215: func ConfigureServer(s *http.Server, conf *Server) error {
server.go#L220: conf = new(Server)
server.go#L364: func (s *Server) ServeConn(c net.Conn, opts *ServeConnOpts) {
server.go#L494: srv *Server
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |