package
0.0.0-20210526053846-d0879a5f8023
Repository: https://github.com/walker-pi/iot-gateway.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
func (p *Proxy) ErrorHandle(w http.ResponseWriter, statusCode int) { status := fmt.Sprintf("%d %s", statusCode, http.StatusText(statusCode)) p.Ctx.Response = &http.Response{ Status: status, StatusCode: statusCode, } w.Header().Set("Content-Type", "text/plain; charset=utf-8") w.Header().Set("X-Content-Type-Options", "nosniff") w.WriteHeader(statusCode) fmt.Fprintln(w, status) }.
No description provided by the author