MCPcopy Create free account
hub / github.com/devfeel/dotweb / SetEnabledIgnoreFavicon

Method SetEnabledIgnoreFavicon

server.go:462–466  ·  view source on GitHub ↗

SetEnabledIgnoreFavicon set IgnoreFavicon Enabled default is false

(isEnabled bool)

Source from the content-addressed store, hash-verified

460// SetEnabledIgnoreFavicon set IgnoreFavicon Enabled
461// default is false
462func (server *HttpServer) SetEnabledIgnoreFavicon(isEnabled bool) {
463 server.ServerConfig().EnabledIgnoreFavicon = isEnabled
464 server.Logger().Debug("DotWeb:HttpServer SetEnabledIgnoreFavicon ["+strconv.FormatBool(isEnabled)+"]", LogTarget_HttpServer)
465 server.RegisterModule(getIgnoreFaviconModule())
466}
467
468// SetEnabledTLS set tls enabled
469// default is false

Callers

nothing calls this directly

Calls 5

ServerConfigMethod · 0.95
LoggerMethod · 0.95
RegisterModuleMethod · 0.95
getIgnoreFaviconModuleFunction · 0.85
DebugMethod · 0.65

Tested by

no test coverage detected