package
0.0.0-20241030152356-8c950ad76724
Repository: https://github.com/hylarucoder/rocketbase.git
Documentation: pkg.go.dev
# 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.
# Constants
32mb.
MultipartJsonKey is the key for the special multipart/form-data handling allowing reading serialized json payload without normalization.
# Structs
MultiBinder is similar to [echo.DefaultBinder] but uses slightly different application/json and multipart/form-data bind methods to accommodate better the PocketBase router needs.
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