MCPcopy Create free account
hub / github.com/kataras/iris / WithCharset

Function WithCharset

configuration.go:389–393  ·  view source on GitHub ↗

WithCharset sets the Charset setting. See `Configuration`.

(charset string)

Source from the content-addressed store, hash-verified

387//
388// See `Configuration`.
389func WithCharset(charset string) Configurator {
390 return func(app *Application) {
391 app.config.Charset = charset
392 }
393}
394
395// WithPostMaxMemory sets the maximum post data size
396// that a client can send to the server, this differs

Callers 2

TestConfigurationOptionsFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestConfigurationOptionsFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…