Пример #1
0
func timerRequestProcessor(r gofw.Request, w gofw.Response, a gofw.URLArgs) (gofw.Request, gofw.Response, gofw.URLArgs) {
	fmt.Println("RequestMiddleware-Timer")
	w.Set("timerStart", time.Now())
	return r, w, a
}