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 ### Checklist - [x] Dependencies installed - [x] No typos - [x] Searched existing issues and docs ### Working code to debug ```go package main import (...

bug

### Issue Description Maybe in a future version of Echo, the return variables of Context#FormFile could be changed to return also the file descriptor, to avoid the cost of open...

enhancement
v5

### Issue Description can not bind a slice of struct when the request type is formdata ### Checklist - [x] Dependencies installed - [x] No typos - [x] Searched existing...

I'd like to add support for the LOCK/UNLOCK HTTP verbs as I am developing an application that expects to consume these verbs before synchronizing a conflicting operation on shared state....

enhancement
help wanted
wontfix

### Issue Description How to implement endpoints for specific content-types ### Checklist - [x] Dependencies installed - [x] No typos - [x] Searched existing issues and docs ### Expected behaviour...

question
wontfix
docs

### Issue Description I have a group with a certain prefix like “/api/root”. Now, I’m adding paths to this group. myGroup.GET("/", myHandler1) myGroup.GET("/path", myHandler2) ### Checklist - [x] Dependencies installed...

wontfix
discussion

- Add more http error values.

### Issue Description Hello everyone! Me and my team is now working for building a web api server, and we both have different apis. So I would like to divide...

Currently displays a placeholder with the text "Hello world!". I would suggest redirecting to or something else. Edit: Or maybe this: