echo
echo copied to clipboard
High performance, minimalist Go web framework
### Add SSE function in Context.Response ### New feature discussion I am building a project that needs to provide an SSE (server-sent event) function to the client. Currently I have...
Hey - I am working on a video conference application. I inspired my video conference handling with the [**`sfu-ws`**](https://github.com/pion/example-webrtc-applications/tree/master/sfu-ws) example. - But I am using **`echo`** framework instead in my...
### Issue Description I think I found a bug in how `RouteNotFound` handler is propagated to route groups. When using groups with a dedicated middleware there is no fallback to...
Add middleware for support proxy headers (based on code gorilla mux handler https://github.com/gorilla/handlers/blob/master/proxy_headers.go)
There are a number of JSON variants out there. For example the external-dns operator uses the content-type 'application/external.dns.webhook+json;version=1'. This is really just JSON, it just specifies the schema being used....
ReadMessage:websocket: close 1005 (no status) Process finished with the exit code 1
Implements this feature (https://github.com/labstack/echo/issues/2557) Adds :from-:to route. example /flights/:from-:to  
basic auth middleware can extract and check multiple auth headers. This is taken from `v5`. Because of #2461 to get better tests in `v4` for that middleware. Multiple auth headers...
Hello. This fix for realIP logic. We should check for trusting not real IP, but RemoteIP, who sends the request. For example, we have a client - 1.1.1.1 and LB...
### Issue Description I had created routes using POST with path parameters. If the value is not passed in path params it is not able to read the route and...