package
0.0.0-20210414020239-6daa909df9a7
Repository: https://github.com/kingaj12/go.git
Documentation: pkg.go.dev
# Functions
Decode decodes form URL encoded requests and JSON requests from r into v.
DecodeForm decodes form URL encoded requests from r into v.
DecodeJSON decodes JSON request from r into v.
DecodePath decodes parameters from the path in a request used with the github.com/go-chi/chi muxing module.
DecodeQuery decodes the query string from r into v.