type net/http.http2Setting
14 uses
net/http (current package)
h2_bundle.go#L1991: func (f *http2SettingsFrame) Setting(i int) http2Setting {
h2_bundle.go#L1993: return http2Setting{
h2_bundle.go#L2034: func (f *http2SettingsFrame) ForeachSetting(fn func(http2Setting) error) error {
h2_bundle.go#L2049: func (f *http2Framer) WriteSettings(settings ...http2Setting) error {
h2_bundle.go#L2822: f.ForeachSetting(func(s http2Setting) error {
h2_bundle.go#L3184: type http2Setting struct {
h2_bundle.go#L3193: func (s http2Setting) String() string {
h2_bundle.go#L3198: func (s http2Setting) Valid() error {
h2_bundle.go#L5140: func (sc *http2serverConn) processSetting(s http2Setting) error {
h2_bundle.go#L7190: initialSettings := []http2Setting{
h2_bundle.go#L7195: initialSettings = append(initialSettings, http2Setting{ID: http2SettingMaxHeaderListSize, Val: max})
h2_bundle.go#L8850: err := f.ForeachSetting(func(s http2Setting) error {
h2_bundle.go#L9321: type http2writeSettings []http2Setting
h2_bundle.go#L9330: return ctx.Framer().WriteSettings([]http2Setting(s)...)
![]() |
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. |