Gin go get failed: The requested name is valid, but no data of the requested type was found

Descriptionwhen use command go get github.com/gin-gonic/gin, it comes out :go: downloading github.com/gabriel-vasile/mim...

Gin sse panic on fasthttphandler

Senario: ```func sseHandlerGin(c *gin.Context) { // Set headers for Server-Sent Events c.Header("Content-Type", "t...

Gin c.Request.FormFile is ridiculously slow sometimes

go version: go1.10gin version (or commit ref): v1.4.0operating system: linuxDescriptionc.Request.FormFile is ridiculousl...

Gin Is there a possibility to use gin.Context behalf of the c.Request.Context()

version v1.6.2We have long-running queries and functions. I want to bind those processes to request context. Whenever an...

Gin Proposal of a new implementation method of LoadHTMLGlob

I'm very grateful that I usually use gin to create web services.However, I felt that LoadHTMLGlob is a slightly bad impl...

Gin [Community Discussion] What's the status of Gin?

DescriptionGin has developed a massive community of users of the years. According to GitHub, it's used by nearly 180 000...

Gin Wrong status code returned when using httptest.NewRecorder

When testing a gin handler using a httptest.NewRecorder, when using (inside the handler) c.Status(404) to set the status...

Gin unable to pass a pointer to struct level validator (works with a workaround)

DescriptionI am trying to create a struct level validator that would modify the original struct. The reason for that is ...

Gin 405 Method Not Allowed is missing the Allow header.

Descriptionhttps://tools.ietf.org/html/rfc7231#section-6.5.5 saysThe origin server MUST generate an Allow header field i...

Gin Binding a non mandatory file parameter will directly result in an error message

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

Gin Some 'index out of range' error in tree.go

Router tree bugwhen add a catch-all router, there may be an error reported: panic: runtime error: index out of range [0]...

Gin How to use “Accepted”

code:r.GET("/tmp", func(c *gin.Context) { fmt.Println(c.GetHeader("Accept")) fmt.Println(c.Accepte...

Gin unexpected EOF during install

With issues:Use the search tool before opening a new issue.DescriptionC:\Users\m.kharabela.rout\go\pkg\mod\github.com\go...

Gin Register tauri:// scheme (or allow custom schemes upstream?)

From Ollama, which uses Gin$ OLLAMA_ORIGINS=tauri://localhost ollama servepanic: bad origin: origins must contain '*' or...

Gin Redirect to another website - how to do

DescriptionI want to redirect to another website using Gin, but i'm getting this behavior.Maybe i'm missing something?Ho...

Gin Pass variable in rout

Sorry if it's a wrong place to post this question, but I was not able to find a sufficient answer on the web or in the e...

Gin url parameters / path parameters /something(:id)

Potentially not an issue, might just be something I can't figure out how to do.ODATA specification states that you shoul...

Gin bindQuery set pointer field incorrect

DescriptionbindQuery set *int to 0How to reproducepackage mainimport ( "github.com/gin-gonic/gin")type Que...

Gin Is there any way to change the http request method?

DescriptionHow to change the http request method?for example:https://developer.wordpress.org/rest-api/using-the-rest-ap...

Gin In linux, the sent SSE packet is blocked until I finish sending. What is the reason for this?

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