-
Hi,
Is there a way to access the validation results in the downstream middlewares and/or handlers in the request pipeline before returning a response? I am happy with the built-in validation but I …
-
Hi,
I wanted to use the package, due to Bind and already using chi (of course), but I missed an easier way to encode structs like I do with @unrolled/render:
render.JSON(w, http.StatusOK, data)
…
-
All public methods in controllers are mapped to url path by default.
Maybe will be better if only methods with suffix or prefix "Action" will mapped by default. Some people can`t knew that their m…
-
its not working properly now.
When I added form:"-" to my field,
the field is still being assigned a value regardless of whether I use Bind or ShouldBind.
go 1.21
github.com/gin-gonic/gin v1.9.…
-
Add endpoints for grouping (with filtering). Could see much more than the below example, but would be a good start.
Example request, which is something very helpful for a UI which has a filter/select…
-
### Bug Description
When using the adaptor package to adapt an existing `http.Handler` to `fiber.Handler`, the `fiber.Ctx#UserContext` is no more accessible and all values already stored within are n…
-
# Decentralized Web Hosting on Nostr
By recording HTML, CSS, and JS on the Nostr relay, it becomes possible to create a decentralized web hosting solution that eliminates the need for centralized s…
-
this is my code:
c.HTML(http.StatusOK, "updateRecord.html", gin.H{
"patientId": record.PatientId,
"patientName": record.PatientName,
"doctorId": record.DoctorId,
"doctorName": recor…
-
Hi,team , I tried to subscribe to some abnormal nodes like:
**opcua server-node information**
Ex:StatusBadWaitingForInitialData(0x80320000) or StatusUncertain(0x40000000)
**Subscribe.Monitor resp…
-
### Is there an existing feature request for this?
- [X] I have searched the existing feature requests
### Is your feature request related to a problem? Please describe.
If a client is (mis)configu…