How to use kcd.Handler
r.Get("/superman", kcd.Handler(YourMagicHandler, http.StatusOK))Construct your handler
Function parameters accepted
Function return
Additional information
func MagicHandler() errorException
Compatible with the standard libraryLast updated