-
how implement nano with fasthttp?
-
### Feature Proposal Description
I believe there should be a way to pass custom fasthttp client in to the fiber http client, to allow more granular fine tuning by the users.
### Alignment with …
-
### 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…
-
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…
-
Add support for using instead of net/http https://github.com/valyala/fasthttp
-
### 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 …
-
Replicated kprotty's benchmarks last night, results can be found here: https://gist.github.com/courtier/c1e183a42acd38ba3daefd48ded18f27
xcxlt updated
3 years ago
-
fasthttp позволит сократить расходы на память и процессор и уменьшить время ответа.
-
### Discussed in https://github.com/orgs/locustio/discussions/2936
Originally posted by **swaalt** October 10, 2024
Hi, I am using FastHttpUser and when I receive a 404 the fail is registered …