Documentation ¶ Index ¶ func JSON(next http.Handler) http.Handler func Panic(next http.Handler) http.Handler func PanicLog(w http.ResponseWriter, r *http.Request) func PanicReportTimeoutHandler(h http.Handler, dt time.Duration, msg string) http.Handler func Timeout(dt time.Duration) func(next http.Handler) http.Handler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func JSON ¶ func JSON(next http.Handler) http.Handler func Panic ¶ func Panic(next http.Handler) http.Handler func PanicLog ¶ func PanicLog(w http.ResponseWriter, r *http.Request) func PanicReportTimeoutHandler ¶ func PanicReportTimeoutHandler(h http.Handler, dt time.Duration, msg string) http.Handler PanicReportTimeoutHandler replaces http.TimeoutHandler with PanicReportTimeoutHandler func Timeout ¶ func Timeout(dt time.Duration) func(next http.Handler) http.Handler Types ¶ This section is empty. Source Files ¶ View all Source files json.go panic.go timeout.go Click to show internal directories. Click to hide internal directories.