# Functions
No description provided by the author
WithForm binds the passed struct pointer using the request form params, fails with false returning and aborts the request with 400 status code.
WithHeader binds the passed struct pointer using the request header params, fails with false returning and aborts the request with 400 status code.
WithJSON binds the passed struct pointer using the request json params, fails with false returning and aborts the request with 400 status code.
WithPath binds the passed struct pointer using the request path params, fails with false returning and aborts the request with 400 status code.
WithQuery binds the passed struct pointer using the request query params, fails with false returning and aborts the request with 400 status code.
# Variables
ErrConvertMapStringSlice can not convert to map[string][]string.
ErrConvertToMapString can not convert to map[string]string.