Nineya
Home
Blog
Gin Retrieve handler RouteInfo
2025-02-08 03:50:52
1441
When a request hits Gin, it would be great for instrumentation to have access to the original route string that was pass...
Gin panic JSON Render
2025-02-08 03:50:47
9747
go version: go version go1.14.1 darwin/amd64gin version (or commit ref): 1.6.3operating system:2020/06/12 14:27:43 http:...
Gin two gin server in one process
2025-02-08 03:50:42
200
In the same process, start two gin server。each instance of a Gin server can have its own thread pool or shared thread p...
Gin Cannot log like gin does, beautifully (
2025-02-08 03:50:36
3893
I would love to be able to just log using gin, so I don't have to import anything else.I love it, it is simple, colored,...
Gin new a gin context bug
2025-02-08 03:50:26
2252
DescriptionIn cases where we create a context with no engine (e.g. unit tests), it might lead to a nil pointer dereferen...
Gin how to make gin support custom json libs?
2025-02-08 03:50:22
230
i want to use json-iterator lib, because golang stdlib encoding/json speed is slow. Of course. This is my suggestion.Co...
Gin Format time.Time JSON
2025-02-08 03:50:18
2222
Descriptioni want JSON response for time.TIme format like yyyy-MM-dd hh:mm:ssHow to reproducepackage mainimport ( &qu...
Gin support custom form-mapping and json-encode/decode
2025-02-08 03:50:13
1040
i need a feture to support custom form-mapping and json-mapping like thistype A struct { field form:"field" json:"fi...
Gin Can't bind list of struct pointer in query
2025-02-08 03:50:09
4588
DescriptionSorry I'm not familiar with golang, so the description below maybe is not accurate.Can't bind list of struct ...
Gin How to unified, consistent set no-cache for c.JSON?
2025-02-08 03:50:02
216
How to unified, consistent set no-cache for c.JSON?Cache-Control: no-cache, no-store, must-revalidate, pre-check=0, post...
Gin Variation of the Unix timestamp issue
2025-02-08 03:49:56
730
Hi,I am running into a variation of https://github.com/gin-gonic/gin/issues/1979 difference in my case is that the times...
Gin Can i use gin as reverse proxy for sing-box ?
2025-02-08 03:49:52
3492
DescriptionI have nginx as Reverse Proxy for sing-box (VPN server) with following configurationstream { map $ssl_prer...
Gin does gin context support delete certain query string in Request
2025-02-08 03:49:47
906
for example http://tt.com?x=name I want to remove the x queryString for all incoming requests?does gin support thisthank...
Gin SSE example not working on live
2025-02-08 03:49:41
1988
DescriptionSSE example not working on liveI'm working on my localhost, everything is fine, but I'm broadcasting on the l...
Gin improvement: engine configuration for indented json response through JSON(code, obj)
2025-02-08 03:49:37
2720
DescriptionAn IndentJSON engine configuration property would make it easier to configure JSON indentation across all req...
Gin Gin validator binding engine
2025-02-08 03:49:32
2780
IssueSo I have read the docs and I made my own custom validator to have custom error message formatting instead of the d...
Gin How to use SetFuncMap?
2025-02-08 03:49:25
2447
I define some template function, such as unescaped: func unescaped(x string) interface{} { return template.HTML(x) }then...
Gin Make Recovery log JSON
2025-02-08 03:49:21
278
Is there a way to make the recovery middleware log JSON? All of my application logs are formatted in JSON, but when gin ...
Gin Support for alias compatibility in routing tree
2025-02-08 03:49:13
5525
With issues:Use the search tool before opening a new issue.Please provide source code and commit sha if you found a bug....
Gin It possible to use c.Bind(&struct) with sql.NullString?
2025-02-08 03:49:09
334
Comment From: itsjamieIt should work out of the box, however in JSON it would appear as an object. if you don't want tha...
上一页
下一页
1
…
200
201
202
203
204
…
2246
.