golang.org/x/net/http2.SettingsFrame.ForeachSetting (method)
6 uses
golang.org/x/net/http2 (current package)
frame.go#L791: func (f *SettingsFrame) ForeachSetting(fn func(Setting) error) error {
frame.go#L1579: f.ForeachSetting(func(s Setting) error {
server.go#L1561: if err := f.ForeachSetting(sc.processSetting); err != nil {
transport.go#L2347: err := f.ForeachSetting(func(s Setting) error {
google.golang.org/grpc/internal/transport
http2_client.go#L1041: f.ForeachSetting(func(s http2.Setting) error {
http2_server.go#L666: f.ForeachSetting(func(s http2.Setting) error {
![]() |
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. |