Handle Context Handle Handle is a request handler, it receives a context instance, and write response to client: func home ( ctx * clevergo . Context ) error { re...
CleverGo is a lightweight , high performance and feature rich HTTP web framework written in Go. High Performance: extremely fast, see Benchmark . Gradual learning curve: you...
Error Handler allow recording error and formatting error response, it receives a context and an error that returns by middleware or final handler. type ErrorHandler struct {...