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

Please use https://github.com/labstack/echo/discussions/2000 for discussion of `v5` features.

v5

### Issue Description Hi there! I've been using echo for a relatively large api service, upgrading from 3.x to the latest 4.x recently and fixing some issues along the way....

bug
v5

when I use this proxy middleware with target server that is also reverse proxy with nginx (k8s), it didn't work. so I change request.URL to target.URL.Host

Add Deflate middleware which is very similar to the current Gzip middleware's implementation, I think it will be nice to have deflate as well if someone also needs it. I...

The proxy middleware currently does not allow any modification to the request, only ModifyResponse. This PR adds that option so caller can pass a custom function to be applied to...

Hoping this middleware might be useful for others, I'm submitting this PR that adds a Queue Middleware. Basically, it creates a queue of size `x` and a worker pool of...

When the same handler/name is assigned to more than one route, Echo now returns the first route every time. Fixes #1237

**What type of PR is this?** feature/enhancement **What this PR does / why we need it**: When a new echo server is started, a message will be written to the...

In our test suite we have a "throughmiddleware" test helper function sending the handler result through the middleware chain. Unfortunately the logger middleware overwrites the "err" variable after it gets...

discussion
stale

Now Context#FormFile returns the file descriptor obtained from Go net/http/request, which is already open. In the current implementation that file were closed by Echo, forcing the caller to reopen the...

v5
stale