# 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.
# Type aliases
Binder takes a request and binds it to an interface.
CustomTypeDecoder converts a custom type from the request insto its exact type.