type golang.org/x/net/http2.Setting
31 uses
golang.org/x/net/http2 (current package)
frame.go#L748: func (f *SettingsFrame) Setting(i int) Setting {
frame.go#L750: return Setting{
frame.go#L791: func (f *SettingsFrame) ForeachSetting(fn func(Setting) error) error {
frame.go#L806: func (f *Framer) WriteSettings(settings ...Setting) error {
frame.go#L1579: f.ForeachSetting(func(s Setting) error {
http2.go#L113: type Setting struct {
http2.go#L122: func (s Setting) String() string {
http2.go#L127: func (s Setting) Valid() error {
server.go#L1571: func (sc *serverConn) processSetting(s Setting) error {
transport.go#L687: initialSettings := []Setting{
transport.go#L692: initialSettings = append(initialSettings, Setting{ID: SettingMaxHeaderListSize, Val: max})
transport.go#L2347: err := f.ForeachSetting(func(s Setting) error {
write.go#L73: type writeSettings []Setting
write.go#L82: return ctx.Framer().WriteSettings([]Setting(s)...)
google.golang.org/grpc/internal/transport
controlbuf.go#L160: ss []http2.Setting
controlbuf.go#L166: ss []http2.Setting
controlbuf.go#L805: func (l *loopyWriter) applySettings(ss []http2.Setting) error {
http2_client.go#L322: var ss []http2.Setting
http2_client.go#L325: ss = append(ss, http2.Setting{
http2_client.go#L331: ss = append(ss, http2.Setting{
http2_client.go#L933: ss: []http2.Setting{
http2_client.go#L1039: var ss []http2.Setting
http2_client.go#L1041: f.ForeachSetting(func(s http2.Setting) error {
http2_server.go#L138: isettings := []http2.Setting{{
http2_server.go#L148: isettings = append(isettings, http2.Setting{
http2_server.go#L165: isettings = append(isettings, http2.Setting{
http2_server.go#L170: isettings = append(isettings, http2.Setting{
http2_server.go#L176: isettings = append(isettings, http2.Setting{
http2_server.go#L568: ss: []http2.Setting{
http2_server.go#L664: var ss []http2.Setting
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. |