Gin gin.Context with fallback value

Can you tag these two ahead of time? #2769 #2751 Comment From: win5doWe also need this fixed.Implement context.Context ...

Gin Breaking change in 1.8.0 - RemoteIP interface changed

DescriptionRemoteIP interface changed in commit - https://github.com/gin-gonic/gin/commit/0be805a67503c5ad903c57940b7e9c...

Gin v1.8.0: The minimum dependent golang version is 1.18+, because any is used

You first need Go installed (version 1.18+ is required), then you can use the below Go command to install Gin.

Gin The current version has a security vulnerability

DescriptionHi! I just go a security warning by Github because a dependency used by this project is marked as vulnerable....

Gin template funcmap bug

DescriptionWhen I use the embed static file in go1.16, I can not get the custom funcmap correctly in template. engine :=...

Gin Is this project still actively maintained?

DescriptionHey, I was wondering if the project is actively maintained. It seems like most of the time only the dependabo...

Gin [Ask for help] sometimes access timeout when use nginx proxy

i use nginx to proxy my gin service in same server, sometimes it can not access with a time out error from nginx, nginx...

Gin [Ask for help] sometimes access timeout when use nginx proxy

i use nginx to proxy my gin service in same server, sometimes it can not access with a time out error from nginx, nginx...

Gin go 1.18 failed to start server

DescriptionHow to reproducejust start gin server package mainimport ( "github.com/gin-gonic/gin")func main(...

Gin Error: write tcp ... i/o timeout

Description^[[31m2021/09/10 16:05:00 [Recovery] 2021/09/10 - 16:05:00 panic recovered:write tcp xxx.xxx.xxx.xxx:61234-&g...

Gin Can not bind form-data request with custom struct that have two int fields

DescriptionCan not bind form-data request with custom struct that have two int fieldsbut one int fileld is normaltype Us...

Gin How to pass a data directly to views from Middleware

How to pass a data for views from MiddlewareComment From: mohsalsaleemYou could possibly use gin.Context. Get the contex...

Gin ginCache

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

Gin Middleware Function Not Getting Called On API Hits.

Problem Statement: - Middleware function not getting called on api hit.Code snippets: - func Authenticate() gin.HandlerF...

Gin Observer model

hi, I'm looking for a solution to listen for the events trigger model ( created, updated, deleted, creating, deleting). ...

Gin Shouldn't ShouldBindJson return an error when the request body doesn't match the structure?

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

Gin the redirection problem

func main() { router := gin.Default() // This handler will match /user/john but will not match /user/ or /user ...

Gin [proposal] save the return line

Descriptiongin should do something to save the return lineHow to reproducewhen met an error we use to lines to deal with...

Gin How define a common template variable in middleware

router := gin.Default()router.use(func (ctx *gin.Context) { // if user.isLogged() // how define a variable use...

Gin [question] Is it possible to retrieve the raw string from the route?

If a route is defined asengine.POST("/endpoint/:id/something", ...)Is it possible, somewhere in the gin.Context object, ...
上一页 下一页
.