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

### 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...

suggestion

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...

bug

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

feedback needed

Implements this feature (https://github.com/labstack/echo/issues/2557) Adds :from-:to route. example /flights/:from-:to ![image](https://github.com/labstack/echo/assets/42649107/99a3325a-acd1-4092-b5e0-863f85f69124) ![image](https://github.com/labstack/echo/assets/42649107/39aa6917-1884-4ae2-9131-62ac23682a5c)

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...

bug

### 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...

bug
router