# Functions
BindBody binds request body content to i.
CopyJsonBody reads the request body into i by creating a copy of `r.Body` to allow multiple reads.
FindUploadedFiles extracts all form files of "key" from a http request and returns a slice with filesystem.File instances (if any).
NormalizeUrl removes duplicated slashes from a url path.
PickFields parses the provided fields string expression and returns a new subset of data with only the requested fields.
# Structs
Serializer represents custom REST JSON serializer based on echo.DefaultJSONSerializer, with support for additional generic response data transformation (eg.
# Interfaces
No description provided by the author