-
### Feature Proposal Description
## Background
It seems Fiber is often used in micro-service architecture, the concern is network convergence in micro-service architecture.
The current Fiber prox…
-
how implement nano with fasthttp?
-
Greetings!
I have the following problem
I have a fairly heavy query, the answer to which takes up a lot of space
I would like to reuse the buffer for it
This can be done via `fasthttp.Post`, but…
-
### Feature Proposal Description
This feature proposal proposes to add buffered streaming support to Fiber v3. By adding this feature, Fiber users can send shorter segments of content over persiste…
-
### Bug Description
I got the segfault, when I turned on a compression:
```go
c.EnableWriteCompression(true)
c.SetCompressionLevel(flate.BestSpeed + 1)
```
```
panic: runtime error: invalid…
-
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
- […
-
Add support for using instead of net/http https://github.com/valyala/fasthttp
-
Hi, we want to enable open telemetry in fasthttp. Actually we started to write a helper library, somehow we can support tracing for the requests written like below:
```
func getUserFasthttp(ctx co…
-
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…
-
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.