package httpx import "net/http" func HxRefresh(w http.ResponseWriter) { w.Header().Add("HX-Refresh", "true") }