echo
echo copied to clipboard
High performance, minimalist Go web framework
This PR adds `route` to tags used for request logging to be able to log the route pattern. There is a usecase that we want to log the route to...
### Issue Description Route `/hello/:helloID/world` is matching `/hello//world` when I was not expecting that. ### Checklist - [X] Dependencies installed - [X] No typos - [X] Searched existing issues and...
### Issue Description I'm using the `StaticWithConfig` middleware to serve a SPA (single page application). In my app, ID of things contains `:` char and my detail page in the...
### Issue Description I am/was planning to use ctx.Stream(), as I need to send `io.Reader` as responses to our endpoints (they are processed files, which are fully processed as streams...
HI guys all rigth? how i can enable notifcations with streams? I 'm reading about stream in documentation website, but the sample is very simple. I lked to make system...
With this PR I would like to add support for Attachment without having to define a dedicated handler for it.
### Issue Description It's unexpected to me that the echo error handler gets called multiple times for a single request (even if you can detect it). We log a message...
### how to disable the request url log color ### Checklist - [ ] Dependencies installed - [ ] No typos - [ ] Searched existing issues and docs ###...
### Issue Description Add an IP parser for Forwarded header defined in https://tools.ietf.org/html/rfc7239