-
I was implementing an HTTP server for my service and noticed that when I use 'chi' as shown below, the router does not respond to undefined routes. Additionally, I suspect the router gets stuck in an …
-
In order to match the behavior of handler signature case 2:
https://github.com/juju/httprequest/blob/77d36ac4b71a6095506c0617d5881846478558cb/handler.go#L418-L428
Wouldn't it make sense to also se…
-
## Description
gin + cgo = `error`
## How to reproduce
```go
package main
import (
"fmt"
"github.com/gin-gonic/gin"
"net/http"
)
/*
int Add(int a, int b){
return a + b;
}
…
-
when i run 'swag init', no api info has been generated in swagger.json
swag.exe version v1.16.3
go version go1.22.1 windows/amd64
i use the examples provided on the official website and filled in…
-
Currently authfox is sending the code 402 (I think) when the registration receives wrong / taken user names and passwords. We should change that to sending 200 (OK) and then doing the verification if …
-
I have a very simple code, like this:
router := vestigo.NewRouter()
// Also tried router.HandleFunc instead of router.Get
router.Get("/ping", func(w http.ResponseWriter, r *http.Reque…
-
## Description
When listen to unix socket, socket file are not removed when stopping gin process (use `Ctrl + C`). The next time it is executed, the process will report an error: `[GIN-debug] [ERRO…
-
Hi there,
I would like to request the implementation of a feature that performs a 24-hour check on the websites listed in this repository. The goal is to automate the process of checking if the web…
-
Hi.
I've implemented your nodered "Capacity part of grid tariff", and to me the reduction part does not seem to work. I am unable to confirm if a device is actually turned off and reset when requeste…
-
How to set response in msgpack like this https://github.com/gin-gonic/gin#xml-json-yaml-and-protobuf-rendering ?