-
I look at your code. And find it wonderful. But I think it would be better to return not only error from upgrader.Upgrade(ctx) but also connnection. It can helps create every time new connections and …
-
It would be great to support byte arrays to pass in the user_agent and get user agent sections as bytes. This would help using fasthttp with this library for performance.
-
I'm using router.Route("route name") method to get the path of the named route. As I understand it returns a &Route struct but path field is not accessible because not exported.
I like this function…
-
https://mp.weixin.qq.com/s/X4ETAMlRHHaCuYh-gUF4tQ
-
Currently, while using `github.com/ulule/limiter` it doesn't download `gin`, `redis` or even `fasthttp` if you doesn't use it.
It bothers me that these libraries are exported to the `go.sum` of a p…
novln updated
4 years ago
-
ResponseWriter does not implement http.Hijacker
More info: [github.com/gorilla/websocket/issues/640](https://github.com/gorilla/websocket/issues/640#issuecomment-702076610)
-
Based on the discussion in [Issue #3175](https://github.com/gofiber/fiber/issues/3175), we need to extend context support to other middlewares for consistency.
Middlewares to update:
- [ ] keyauth…
-
### Version
v4.38.16
### Deployment Method
Bare-metal
### Reverse Proxy
Caddy
### Reverse Proxy Version
v2.7.6 h1:w0NymbG2m9PcvKWsrXO6EEkY9Ru4FJK8uQbYcev1p3A=
### Description
I have been…
-
### Feature Description
There should be a way to stop the [timestamp updater](https://github.com/gofiber/utils/blob/4af06b10f443067f3ff91cc36bd1f5ab085d122d/time.go#L22) again so we don't leak a goro…
-
Would be nice to have some other response data than just the URL in the JSON output, such as :
{
"url": "https://test.domain.synology.me/.htaccess-local",
"status_code": 200,
"words"…