# Functions
Default returns the appropriate Binding instance based on the HTTP method and the content type.
No description provided by the author
# Constants
Content-Type MIME of the most common data formats.
Content-Type MIME of the most common data formats.
Content-Type MIME of the most common data formats.
Content-Type MIME of the most common data formats.
Content-Type MIME of the most common data formats.
Content-Type MIME of the most common data formats.
Content-Type MIME of the most common data formats.
# Variables
EnableDecoderDisallowUnknownFields is used to call the DisallowUnknownFields method on the JSON Decoder instance.
EnableDecoderUseNumber is used to call the UseNumber method on the JSON Decoder instance.
ErrConvertMapStringSlice can not covert to map[string][]string.
ErrConvertToMapString can not convert to map[string]string.
ErrMultiFileHeader multipart.FileHeader invalid.
ErrMultiFileHeaderLenInvalid array for []*multipart.FileHeader len invalid.
These implement the Binding interface and can be used to bind the data present in the request to struct instances.
These implement the Binding interface and can be used to bind the data present in the request to struct instances.
These implement the Binding interface and can be used to bind the data present in the request to struct instances.
These implement the Binding interface and can be used to bind the data present in the request to struct instances.
These implement the Binding interface and can be used to bind the data present in the request to struct instances.
These implement the Binding interface and can be used to bind the data present in the request to struct instances.
These implement the Binding interface and can be used to bind the data present in the request to struct instances.
These implement the Binding interface and can be used to bind the data present in the request to struct instances.
# Structs
FieldBindError bind error.
No description provided by the author
No description provided by the author
# Interfaces
Binding describes the interface which needs to be implemented for binding the data present in the request such as JSON request body, query parameters or the form POST.
BodyBinding adds BindBody method to Binding.
URIBinding adds BindUri method to Binding.
# Type aliases
FieldBindErrors bind errors.