golang.org/x/net/http2.Setting.ID (field)
27 uses
golang.org/x/net/http2 (current package)
frame.go#L739: if s := f.Setting(i); s.ID == id {
frame.go#L751: ID: SettingID(binary.BigEndian.Uint16(buf[i*6 : i*6+2])),
frame.go#L768: idi := f.Setting(i).ID
frame.go#L770: idj := f.Setting(j).ID
frame.go#L780: id := f.Setting(i).ID
frame.go#L809: f.writeUint16(uint16(s.ID))
frame.go#L1584: fmt.Fprintf(&buf, " %v=%v,", s.ID, s.Val)
http2.go#L116: ID SettingID
http2.go#L123: return fmt.Sprintf("[%v = %d]", s.ID, s.Val)
http2.go#L129: switch s.ID {
server.go#L1579: switch s.ID {
transport.go#L688: {ID: SettingEnablePush, Val: 0},
transport.go#L689: {ID: SettingInitialWindowSize, Val: transportDefaultStreamFlow},
transport.go#L692: initialSettings = append(initialSettings, Setting{ID: SettingMaxHeaderListSize, Val: max})
transport.go#L2348: switch s.ID {
google.golang.org/grpc/internal/transport
controlbuf.go#L807: switch s.ID {
http2_client.go#L326: ID: http2.SettingInitialWindowSize,
http2_client.go#L332: ID: http2.SettingMaxHeaderListSize,
http2_client.go#L935: ID: http2.SettingInitialWindowSize,
http2_client.go#L1042: switch s.ID {
http2_server.go#L139: ID: http2.SettingMaxFrameSize,
http2_server.go#L149: ID: http2.SettingMaxConcurrentStreams,
http2_server.go#L166: ID: http2.SettingInitialWindowSize,
http2_server.go#L171: ID: http2.SettingMaxHeaderListSize,
http2_server.go#L177: ID: http2.SettingHeaderTableSize,
http2_server.go#L570: ID: http2.SettingInitialWindowSize,
http2_server.go#L667: switch s.ID {
 |
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. |