golang.org/x/net/http2.SettingsFrame.Setting (method)
6 uses
golang.org/x/net/http2 (current package)
frame.go#L739: if s := f.Setting(i); s.ID == id {
frame.go#L748: func (f *SettingsFrame) Setting(i int) Setting {
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#L794: if err := fn(f.Setting(i)); err != nil {
![]() |
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. |