Versions in this module Expand all Collapse all v1 v1.2.0 May 16, 2014 Changes in this version + var AppName string + var ErrorMaps map[string]http.HandlerFunc + var HTTPExceptionMaps map[int]HTTPException + var VERSION string + func Errorhandler(err string, h http.HandlerFunc) + func Exception(errcode string, w http.ResponseWriter, r *http.Request, msg string) + func Forbidden(rw http.ResponseWriter, r *http.Request) + func InternalServerError(rw http.ResponseWriter, r *http.Request) + func NotFound(rw http.ResponseWriter, r *http.Request) + func RegisterErrorHandler() + func ServiceUnavailable(rw http.ResponseWriter, r *http.Request) + func ShowErr(err interface{}, rw http.ResponseWriter, r *http.Request, Stack string) + func SimpleServerError(rw http.ResponseWriter, r *http.Request) + func Unauthorized(rw http.ResponseWriter, r *http.Request) + type HTTPException struct + Description string + StatusCode int + func (e *HTTPException) Error() string v1.0.1 Dec 24, 2013