echo
echo copied to clipboard
High performance, minimalist Go web framework
### Issue Description ### Checklist - [x] Dependencies installed - [x] No typos - [x] Searched existing issues and docs ### Working code to debug ```go package main import (...
### 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...
### 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....
### 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...
### 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...
- 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: