-
## Description
ctx.Status() does not affect httptest.ResponseRecorder while ctx.JSON() does
## How to reproduce
```
package main
import (
"fmt"
"github.com/gin-gonic/gin"
"net/htt…
-
Ollama logs look awesome in Humanlog but can get a few improvements
![image](https://github.com/user-attachments/assets/eb731310-f80d-4df1-b287-8efb046ef410)
Logs attached: [ollama_serve_output…
-
how to combine multi validations in one route ? i have this route
` g.POST("/", Validators.Name(),Validators.IpAddress(), h.Create)
`
i would like instead of calling multiple functions for the …
-
My application involves creating multiple SHIP devices and repeatedly starting/stopping the service. Every now and then, when I close the service, the application gets stuck. when replacing all sync.M…
-
## Description
I am creating a middleware function, and I want to modify the json that is sent back after the handler function is run. The thing is that, that json could be created in different way…
-
Hi,
I can't login to app and in logs I see some error:
```
mngr-instance | [GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.…
-
Currently via gin-gonic we support HTTP version 2 and below. It could be handy to investigate what's required for providing HTTP v3 support, which apparently offers quite some performance enhancements…
-
Hi,
I try to use sessions in a unit test, but I'm facing a problem when trying to test a class, which uses "github.com/gin-contrib/sessions".
This is a stripped down version of a code which I'…
-
**Environment info:**
* KrakenD version: 2.5.0 CE
* System info: docker / kubernetes
* Hardware specs:
* Backend technology: Go
* Additional environment information:
**Describe the bug*…
-
### What happened?
Panic during extension evaluation while when the body fails to parse.
### What did you expect?
Normal error response
### Minimal graphql.schema and models to reproduce
N/A
…