-
Hello,
First, I would like to thank you for this awesome library.
I'm not sure if this is an issue but I noticed this. On the `Request` struct, il you call the `RequestURI` method, the `Host` me…
-
Hi, there! First of all thanks for the great lib.
I ask your help with a scenario of fan out-fan in with timeout, for that I have not found a good example that could put me to the right track. I am s…
-
I am using this code to implement a router, the openapi spec is given by my mentor so routes are not to be changed
```
type Route struct {
Name string
Method string
Path string
Hand…
-
### Do you want to request a *feature* or report a *bug*?
Feature
### What did you expect to see?
-
### Bug Description
Video:
https://github.com/user-attachments/assets/235a1bb4-00b9-45ce-a9e3-cd8eef2f19b8
```go
package main
import (
"github.com/gofiber/fiber/v3"
)
func main() …
-
In standard http i hijack the writer by wrapping it into my struct and log response data(method, path, code..) based on response codes. It does not seem that fasthttp has a way to set the response wri…
-
Hey,
I'm using Roundcube with Authentik and I've set it up [as shown here](https://goauthentik.io/integrations/services/roundcube/). It does seem to work, but generally logging in will require mult…
-
## Expected Behavior
Request times out after certain amount of time
## Actual Behavior
```
req {
method
PUT
remoteHost
127.0.0.1
requestURI
/actors/TimerA…
-
I got to know naturaljs-router by checking the list from [web-frameworks-benchmark.netlify.app](https://web-frameworks-benchmark.netlify.app/)
I've been following the dev of hyper-express, also bas…
-
In fasthttp, in file `header.go`, this function:
```golang
func mustDiscard(r *bufio.Reader, n int) {
if _, err := r.Discard(n); err != nil {
panic(fmt.Sprintf("bufio.Reader.Discard(%d) failed:…