MCPcopy Create free account
hub / github.com/1buran/rHttp / Settings

Struct Settings

config.go:25–29  ·  view source on GitHub ↗

Settings: default checkbox state, full screen mode etc.

Source from the content-addressed store, hash-verified

23
24// Settings: default checkbox state, full screen mode etc.
25type Settings struct {
26 Timeout int `json:"Timeout"`
27 MaxRedirects int `json:"MaxRedirects"`
28 Checkboxes map[string]bool `json:"Checkboxes"`
29}
30
31// UI color settings.
32type Theme struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected