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 ¶
Types ¶
type Config ¶
type Config struct {
Http *fiber_builder.Config `yaml:"http"`
Ws *fiber_builder.WsCfg `yaml:"ws"`
EnablePrintRouter bool `yaml:"enable_print_router"`
BaseUrl string `yaml:"base_url"`
}
func DefaultCfg ¶
func DefaultCfg() Config
Click to show internal directories.
Click to hide internal directories.