Gin Project compromised or unmentioned force push?

Descriptionverifying github.com/gin-gonic/gin@v1.8.0: checksum mismatch downloaded: h1:4WFH5yycBMA3za5Hnl425yd9ym...

Gin BasicAuth middleware not working

DescriptionBasicAuth doesn't work.How to reproduceThis is demo code, main.gopackage mainimport ( "github.com/gin...

Gin Content negotiation

My application will serve an API that is available via JSON and XML. There is currently not a convenient way of doing th...

Gin static How to show only files,not dir.

router.Static("/public", "upload")I want users to be able to access files only when they existexampl...

Gin [Help] Will support the feature like AllowQuerySemicolons in net/http/server.go

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

Gin Does gin support custom request method groups?

Hi,I wonder if gin supports custom request method groups? such as Python Flask @app.route('/login/',methods=['POST','GET...

Gin gin.BasicAuth timing attack not properly fixed

DescriptionIn #2226 and #2609 a fix was discussed and made to prevent timing attacks on the basic auth logic of Gin. How...

Gin Lack of precise documentation and developer guide.

With issues:Lack of precise documentation and developer guide.DescriptionAs most popular Go framework , Gin lacks precis...

Gin Middleware use the parameters carried when url is registered

DescriptionWhen we need to downgrade the service, we need to directly reject some urls, but still provide some urls. In ...

Gin after call ctx.Json(500, xxx),ctx.Writer.Status() return 200, is it bug?

Descriptionwhen i call ctx.JSON() returned a response with 500,and i want print log status code,but get the value is 200...

Gin I am using dep ensure to install GIN but failed.

With issues:Before this issue,I was using Google and stackoverflow to search this question however failed.The informatio...

Gin Problem about delete method included a body

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

Gin Any plan to support HTTP/2 or IETF QUIC?

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

Gin No error log display when use gin with dlv for remote debug

DescriptionI use gin in my docker container.I start my gin server use this: (In fact, it works, i can remote debug use V...

Gin Suggestion: Continuous Fuzzing

Hi, I'm Yevgeny Founder of Fuzzit - Continuous fuzzing as a service platform.We have a free plan for OSS and I would be ...

Gin [Help] indirect require package [github.com/go-playground/locales] too big

DescriptionI use gin as my web framework. everytime I packup my binary file, in a pure container, it always cost too muc...

Gin Unable to download gin with go get

seems to be related to an invalid version of github.com/kr/pretty@v0.3.0$ go get github.com/gin-gonic/gingo get: github....

Gin Cannot upgrade gin to 1.18

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

Gin working directory is not part of a module

Hi,I installed Gin and when i try to go run main.go i get the following errormain.go:6:2: no required module provides pa...

Gin Gin's Context implementation of context.Context

Hello,Based on those lines implementing the context.Context interface, Gin should either proxy those calls to c.Request....
上一页 下一页
.