type golang.org/x/net/http2.SettingID
13 uses
golang.org/x/net/http2 (current package)
frame.go#L736: func (f *SettingsFrame) Value(id SettingID) (v uint32, ok bool) {
frame.go#L751: ID: SettingID(binary.BigEndian.Uint16(buf[i*6 : i*6+2])),
frame.go#L778: seen := map[SettingID]bool{}
http2.go#L116: ID SettingID
http2.go#L148: type SettingID uint16
http2.go#L151: SettingHeaderTableSize SettingID = 0x1
http2.go#L152: SettingEnablePush SettingID = 0x2
http2.go#L153: SettingMaxConcurrentStreams SettingID = 0x3
http2.go#L154: SettingInitialWindowSize SettingID = 0x4
http2.go#L155: SettingMaxFrameSize SettingID = 0x5
http2.go#L156: SettingMaxHeaderListSize SettingID = 0x6
http2.go#L159: var settingName = map[SettingID]string{
http2.go#L168: func (s SettingID) String() string {
![]() |
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. |