Versions in this module Expand all Collapse all v1 v1.0.26 Feb 19, 2026 v1.0.25 Feb 19, 2026 Changes in this version + func StatusBadRequest(w http.ResponseWriter, err error) + func StatusConflict(w http.ResponseWriter, err error) + func StatusCreated(w http.ResponseWriter, content interface{}) + func StatusForbidden(w http.ResponseWriter, err error) + func StatusInternalServerError(w http.ResponseWriter, err error) + func StatusMethodNotAllowed(w http.ResponseWriter, err error) + func StatusNoContent(w http.ResponseWriter) + func StatusNotFound(w http.ResponseWriter, err error) + func StatusOK(w http.ResponseWriter, content interface{}) + func StatusUnauthorized(w http.ResponseWriter, err error) + func StatusUnprocessableEntity(w http.ResponseWriter, err error)