net/http.http2Setting.ID (field)
15 uses
net/http (current package)
h2_bundle.go#L1982: if s := f.Setting(i); s.ID == id {
h2_bundle.go#L1994: ID: http2SettingID(binary.BigEndian.Uint16(buf[i*6 : i*6+2])),
h2_bundle.go#L2011: idi := f.Setting(i).ID
h2_bundle.go#L2013: idj := f.Setting(j).ID
h2_bundle.go#L2023: id := f.Setting(i).ID
h2_bundle.go#L2052: f.writeUint16(uint16(s.ID))
h2_bundle.go#L2827: fmt.Fprintf(&buf, " %v=%v,", s.ID, s.Val)
h2_bundle.go#L3187: ID http2SettingID
h2_bundle.go#L3194: return fmt.Sprintf("[%v = %d]", s.ID, s.Val)
h2_bundle.go#L3200: switch s.ID {
h2_bundle.go#L5148: switch s.ID {
h2_bundle.go#L7191: {ID: http2SettingEnablePush, Val: 0},
h2_bundle.go#L7192: {ID: http2SettingInitialWindowSize, Val: http2transportDefaultStreamFlow},
h2_bundle.go#L7195: initialSettings = append(initialSettings, http2Setting{ID: http2SettingMaxHeaderListSize, Val: max})
h2_bundle.go#L8851: 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. |