Versions in this module Expand all Collapse all v0 v0.20.8 Jan 23, 2024 Changes in this version + const DefaultMaxMemory + func BindBody(c echo.Context, i any) error + func CopyJsonBody(r *http.Request, i any) error + func FindUploadedFiles(r *http.Request, key string) ([]*filesystem.File, error) + func NormalizeUrl(originalUrl string) (string, error) + func PickFields(data any, rawFields string) (any, error) + type FieldModifier interface + Modify func(value any) (any, error) + type Serializer struct + FieldsParam string + func (s *Serializer) Serialize(c echo.Context, i any, indent string) error