Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultMaxBodyBytes = 256 * 1024
DefaultMaxBodyBytes is the maximum allowed size of a request body in bytes.
Variables ¶
This section is empty.
Functions ¶
func RegParserType ¶
Types ¶
type Config ¶
type Config struct { Http *fiber_builder.Config `yaml:"http"` Ws *fiber_builder.WsCfg `yaml:"ws"` PrintRoute bool `yaml:"print-route"` PathPrefix string `yaml:"path-prefix"` }
func DefaultCfg ¶
func DefaultCfg() Config
Click to show internal directories.
Click to hide internal directories.