package
0.0.0-20250213232608-c453f8b35c75
Repository: https://github.com/stellar/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.