golang.org/x/net/http2.Framer.WriteSettings (method)
6 uses
golang.org/x/net/http2 (current package)
frame.go#L806: func (f *Framer) WriteSettings(settings ...Setting) error {
transport.go#L696: cc.fr.WriteSettings(initialSettings...)
write.go#L82: return ctx.Framer().WriteSettings([]Setting(s)...)
google.golang.org/grpc/internal/transport
controlbuf.go#L585: return l.framer.fr.WriteSettings(s.ss...)
http2_client.go#L336: err = t.framer.fr.WriteSettings(ss...)
http2_server.go#L181: if err := framer.fr.WriteSettings(isettings...); 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. |