type net/http.http2Server
11 uses
net/http (current package)
h2_bundle.go#L3652: type http2Server struct {
h2_bundle.go#L3705: func (s *http2Server) initialConnRecvWindowSize() int32 {
h2_bundle.go#L3712: func (s *http2Server) initialStreamRecvWindowSize() int32 {
h2_bundle.go#L3719: func (s *http2Server) maxReadFrameSize() uint32 {
h2_bundle.go#L3726: func (s *http2Server) maxConcurrentStreams() uint32 {
h2_bundle.go#L3736: func (s *http2Server) maxQueuedControlFrames() int {
h2_bundle.go#L3781: func http2ConfigureServer(s *Server, conf *http2Server) error {
h2_bundle.go#L3786: conf = new(http2Server)
h2_bundle.go#L3930: func (s *http2Server) ServeConn(c net.Conn, opts *http2ServeConnOpts) {
h2_bundle.go#L4060: srv *http2Server
server.go#L3248: conf := &http2Server{
![]() |
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. |