Gin Golang-Gin

Comment From: brandon1024@tommg uhh, can you provide some info?Comment From: tommgsorry my machine has been compromised ...

Gin missing method CloseNotify

error messageinterface conversion: *middle.timeoutWriter is not http.CloseNotifier: missing method CloseNotifyI encounte...

Gin HandlerName returns different output depending on go version

With issues:[x] Use the search tool before opening a new issue.DescriptionThe output of the HandlerName() function depen...

Gin FormPost will binding failed of custom type in some case with json.Unmarshal

DescriptionWhile the implement of binding.FormPost will trying to usejson.Unmarshal to deal with custom or unknown type....

Gin GetPostForm sometime very slow

Descriptioni used gin by file server when request post usually return in 2sbut sometime slow call ctx.GetPostForm ( la...

Gin Binding array of objects from post form

DescriptionAre there a possibility to bind post form values from array of objects using gin?How to reproduceI have post ...

Gin Question: How bind JSON array

I have JSON in the request body which I would like to bind into an array. I tried several ways, but nothing seems to wo...

Gin For RouteInfo struct, add a list of handlers instead of the last for middleware usage

DescriptionHello everyone!Really like the library. However I have something which could help my OpenAPI generation libra...

Gin [Enhancement]: Option to get *gin.Context from context.Context

DescriptionGIN's gin.Context implements Go context.Context interface, so we can do something likectx, cancel := context....

Gin Inability to use '/' for static files

Hi,I'm very sad to find out that gin doesn't allow you to have '/' as your top level route for static files. Almost ever...

Gin Gin multitemplate return empty page when template "block" feature is used

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

Gin Memory Leak in Gin K8s deployment

DescriptionI've encountered a potential memory leak in the gin-gonic/gin web server. I have tried replicating the issue ...

Gin How can I bind from form-data with array objects ?

I have form-data like send by using postman. But I don't know how to create struct to bind that dataAnyone can have me p...

Gin api docs inaccessible

Descriptionthe documentation server for gin-gonic.com seems to have an expired SSL cert:How to reproducego to gin-gonic....

Gin https://gin-gonic.com/ Invalid SSL certificate

Comment From: novrianSee #3804 Comment From: javierprovechoThanks for reporting this, it should be fixed now.I had Cloud...

Gin Setting maxAge = -1 does not function as documented.

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

Gin Hwo to prevent cache of static file

I'm serving my index.html like a static file like this:router.StaticFile("/", "../client/dist/index.html")It is a Vue PW...

Gin Gin HTML rendering documentation example incorrect

Hi, looking at the page:https://gin-gonic.com/docs/examples/html-rendering/specifically this example:func main() { ro...

Gin [question] How to reverse proxy a web and the static url in it

DescriptionI have found the related issues:  #1714   #686 And try to use the code in the issue, but ...

Gin support Use middleware under specified path and method

DescriptionIf there are middleware designed only to be effective for specific methods and paths, like only GET method fo...
上一页 下一页
.