Versions in this module Expand all Collapse all v1 v1.2.2 Oct 15, 2025 v1.2.1 Sep 26, 2025 Changes in this version + func DecodeJSON(r *http.Request, v interface{}) ([]byte, error) + func RespondJSON(w http.ResponseWriter, r *http.Request, status int, payload interface{}) error + func ValidateContentType(r *http.Request, contentType string) bool