package
1.9.10
Repository: https://github.com/ntt360/gin.git
Documentation: pkg.go.dev

# Functions

Default returns the appropriate Binding instance based on the HTTP method and the content type.

# Constants

Content-Type MIME of the most common data formats.
Content-Type MIME of the most common data formats.

# Variables

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.

# 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.
BindingBody adds BindBody method to Binding.
BindingUri adds BindUri method to Binding.