golang.org/x/net/http2.SettingsFrame.Value (method)
2 uses
golang.org/x/net/http2 (current package)
frame.go#L744: if v, ok := f.Value(SettingInitialWindowSize); ok && v > (1<<31)-1 {
frame.go#L758: func (f *SettingsFrame) Value(id SettingID) (v uint32, ok bool) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)