package
0.11.0
Repository: https://github.com/jacobsoderblom/buffalo.git
Documentation: pkg.go.dev

# Functions

Exec will bind the interface to the request.Body.
Register maps a request Content-Type (application/json) to a Binder.
RegisterCustomDecorder allows to define custom type decoders.
RegisterTimeFormats allows to add custom time layouts that the binder will be able to use for decoding.

# Variables

MaxFileMemory can be used to set the maximum size, in bytes, for files to be stored in memory during uploaded for multipart requests.

# Structs

File holds information regarding an uploaded file.

# Type aliases

Binder takes a request and binds it to an interface.
CustomTypeDecoder converts a custom type from the request insto its exact type.