gin icon indicating copy to clipboard operation
gin copied to clipboard

Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

Results 456 gin issues
Sort by recently updated
recently updated
newest added

but, [quic-go](https://github.com/lucas-clemente/quic-go) supports the min go version is 1.19 and remove go1.15 for compiling successful

feature

## Description Can gin support HTTP/3? ## Environment - go version go1.15.2 darwin/amd64 - gin version (or commit ref): v1.6.3 - operating system: macOS

feature

http.Request has two methods called Cookie and Cookies, I think it's a good option for Gin to have both of them, not limiting them to only one method. without this...

We start httpServer by gin as example below In my project. Here is a case: 1. Start gin http server 2. Receive data from gin http server and send task...

- With issues: - Use the search tool before opening a new issue. - Please provide source code and commit sha if you found a bug. - Review existing issues...

How to gin + gorilla/websocket support WebSocket

## Description ## How to reproduce ## Middleware ``` package middleware import ( "*/src/models" "*/src/util" "fmt" "net/http" "github.com/gin-gonic/gin" "github.com/gin-gonic/gin/binding" ) //BodyValidationCheckReservations func BodyValidationCheckReservations() gin.HandlerFunc { return func(c *gin.Context) { var...

Add a gracefull method to add error to context#Error #2017

Hi guys, I've opened this PR to prevent multiples encodings in path parameters. It solves some security problems about path transversal and multiples encodings.