-
I'd like to use BugSnag on our [Fiber](https://github.com/gofiber/fiber) backends. Fiber is built upon [FastHTTP](https://github.com/valyala/fasthttp) which doesn't use the standard net/http library.
-
fasthttp позволит сократить расходы на память и процессор и уменьшить время ответа.
-
It cost about 70ms from send msg to resp error:the server closed connection before returning the first response byte. Make sure the server returns 'Connection: close' response header before closing th…
-
[fasthttp](https://github.com/valyala/fasthttp) is a fast http server with zero memory allocations like httprouter. It would be great if support for fasthttp will be added to httprouter. This will giv…
-
Replicated kprotty's benchmarks last night, results can be found here: https://gist.github.com/courtier/c1e183a42acd38ba3daefd48ded18f27
xcxlt updated
3 years ago
-
## Background
`fasthttp` is an alternative to Go's native `net/http` network library. It is written to be significantly more performant at scale; in some cases, it is ~10x faster than the standard …
-
Hi, this is a question.
I wanted to ask if it's possible to use fasthttp instead of net/http. From what I read it is significantly more performant:
Refer: https://medium.com/@valyala/net-http-client…
-
i saw this https://github.com/rakyll/boom/issues/94, we probably can evaluate it and use it if it really promise.
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Is your feature request related to a problem? Please describe.
No
### Describe the solution you'd like
Record RED Metrics of HTTP plugin, Request Count, Error Count, Duration using the hook in …