mirror of
https://github.com/labstack/echo.git
synced 2025-07-09 01:15:54 +02:00
@ -158,6 +158,6 @@ type (
|
||||
)
|
||||
|
||||
// ServeHTTP serves HTTP request.
|
||||
func (h HandlerFunc) ServeHTTP(req Request, res Response) {
|
||||
h(req, res)
|
||||
func (h HandlerFunc) ServeHTTP(rq Request, rs Response) {
|
||||
h(rq, rs)
|
||||
}
|
||||
|
Reference in New Issue
Block a user