Documentation ¶
Index ¶
- Variables
- func Json(jsonConfig ...JsonConfig) expressgo.Callback
- func Raw(rawConfig ...RawConfig) expressgo.Callback
- func Text(textConfig ...TextConfig) expressgo.Callback
- func Urlencoded(urlencodedConfig ...UrlencodedConfig) expressgo.Callback
- type JsonConfig
- type Mime
- type RawConfig
- type TextConfig
- type UrlencodedConfig
- type Verify
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCu = errors.New("415: charset.unsupported")
View Source
var ErrEtl = errors.New("413: entity.too.large")
View Source
var ErrEu = errors.New("415: encoding.unsupported")
View Source
var ErrEvf = errors.New("403: entity.verify.failed")
Functions ¶
func Json ¶
func Json(jsonConfig ...JsonConfig) expressgo.Callback
func Text ¶
func Text(textConfig ...TextConfig) expressgo.Callback
func Urlencoded ¶
func Urlencoded(urlencodedConfig ...UrlencodedConfig) expressgo.Callback
Types ¶
type JsonConfig ¶
type TextConfig ¶
type UrlencodedConfig ¶
Click to show internal directories.
Click to hide internal directories.