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 When using a middleware in combination with a group, 404 is returned when 405 should be returned. ### Checklist - [x] Dependencies installed - [x] No typos...

bug

### Issue Description Suggest a Chinese document. The program using Go is very popular in China. ### Checklist - [ ] Dependencies installed - [ ] No typos - [...

### Issue Description Hey guys, I just switched from gin to echo, and I am having an issue. How do I apply a middleware to a specific group (route). I...

question

Please add TTL (Cache-Control header) function for static files responses as some configuration parameter. Static(prefix, root, config) for example. Thanks! Golang 1.16.5 Echo v4.3.0

enhancement
suggestion

The json data is passed from the front end, and the original data cannot be obtained after bind. How can I obtain the original data after bind ? preferably formatted...

### Issue Description I try to get access to URL fragment (after #), but it's returning an empty value. I wonder if in the middle of the routing echo is...

### Issue Description Hi all. Thank you for this project and all the great work on it. Recently, we want to use proto file to automatically generate xxx_echo.pb.go file that...

### Issue Description Hey all. Thank you for this project and all the great work on it. I was recently surprised by some behavior in my app when using `WrapMiddleware`...

As you know, logging in go is a nightmare to deal with. I already have to deal with a bunch of libraries, each using their own logging library. Instead of...

wontfix
discussion
v5

### Issue Description This snippet code work fine on Windows 10 ![Screen Shot 2020-09-19 at 13 45 14](https://user-images.githubusercontent.com/32822595/93660972-085a3280-fa09-11ea-9811-561359044659.png) but when I run on macOS, it display {"message":"Not Found"} with console...

unconfirmed