echo icon indicating copy to clipboard operation
echo copied to clipboard

High performance, minimalist Go web framework

Results 190 echo issues
Sort by recently updated
recently updated
newest added

### Issue Description Unable to match such a route /flights/:from-:to more: https://docs.gofiber.io/guide/routing After some time, I found that echo has fallen behind gofiber in too many functions. ### Checklist -...

feature
suggestion
router

### Issue Description Echo's CORS middleware misclassifies all `OPTIONS` requests as preflight requests, thereby unduly preventing requests from hitting user-registered `OPTIONS` endpoints. I've previously discussed the general problem on [my...

middleware

I was looking at one of my projects and realized there was an old JWT library reference in there. Then I realized that echo still uses some old version of...

### Issue Description ### Checklist - [ + ] Dependencies installed - [ + ] No typos - [ + ] Searched existing issues and docs ### Expected behaviour normal...

### Issue Description I am building a Project of my own in Echo. And I wanted to make it "Production ready": - https://github.com/kitarp29/kube-ez/issues/44 But to my surprise this functionality is...

### Issue Description `HTTPErrorHandler` is ignored if a `WrapMiddleware` writes the response (red test and fix included) ### Checklist - [x] Dependencies installed - [x] No typos - [x] Searched...

Having `err` objects respond to `%+v` is quite widespread within the golang ecosystem. Add a logger template unit supporting this behavior.

Updated the code to handle the scenario when the content type in the request header is an empty string. Added a custom error to handle this scenario. No changes were...