Nineya
Home
Blog
Gin Other Serialization formats - Amazon ION
2025-02-08 03:46:27
2458
Hi,Thanks for creating gin, it's awesome!I'm building RESTFUL API but I'd like use serialization format other than avail...
Gin autotls 404
2025-02-08 03:46:24
2546
With issues:Use the search tool before opening a new issue.Please provide source code and commit sha if you found a bug....
Gin How do I intercept the response?
2025-02-08 03:46:21
4099
DescriptionCould I intercept the response before it's sent? Similar to "PreSendResponse". This is a common requirement a...
Gin Is there an official middleware for paseto token?
2025-02-08 03:46:17
132
The only one I found is: https://github.com/Livenux/gin-pasetoBut seems it's not official.Comment From: pscheid92No. The...
Gin A routing bug?
2025-02-08 03:46:14
1271
Descriptioncode:package mainimport ( "net/http" "github.com/gin-gonic/gin")func main() { r ...
Gin How to disable automatic escape "&" when response json
2025-02-08 03:46:12
916
DescriptionWhen returning json data, "&" will be automatically escaped. This is an unexpected behavior, how to prohi...
Gin Optional JWT Authentication
2025-02-08 03:46:09
267
So in my backend, I want to achieve optional authentication. If user logged in, I'll get JWT and pass it to a function, ...
Gin Detect StatusUnauthorized after BasicAuthForRealm middleware has executed
2025-02-08 03:46:07
1842
DescriptionI would like to add a middleware to Gin which detects whether the HTTP status code has been set by another ha...
Gin Create link with router
2025-02-08 03:46:04
1524
DescriptionIn this blog post, it is stated that the URL for a particular route can be created on the fly with the follow...
Gin Get matched route in context
2025-02-08 03:46:01
8096
I have a use case where the list of exposed apis should be available as an api, where admin user can add some additional...
Gin jsoniter is not the same as json
2025-02-08 03:45:58
1218
jsoniter tag run unit test error:=== RUN TestContextRenderIndentedJSON context_test.go:757: Error Trace...
Gin todo: fix cmd/vet error
2025-02-08 03:45:56
297
go version: master branchissue info: internal/bytesconv/bytesconv.go:14:8: possible misuse of reflect.StringHeadermore i...
Gin Access gin request Context from custom validators
2025-02-08 03:45:53
1824
The StructValidator interface does not allow passing *gin.Context.For example, I would like to access c.Params from my v...
Gin Binding
2025-02-08 03:45:50
265
Hello every one!I need change some binders to my custom one but I cant change them because of the are structs.Can you gu...
Gin request body使用ShouldBind绑定结构体,form参数带下划线就获取不到
2025-02-08 03:45:12
1788
客户端参数{id:20sign:90cb901a631a3260c59d90724e893da9timestamp:1681459261role_id:3}注意:不是表单key value格式,是整个json数据后端处理type Artic...
Gin Can't get ClientIP run in AWS Lambda with gin
2025-02-08 03:45:09
3440
With issues: Can't get ClientIP run in AWS Lambda with ginDescriptionHi there, I run a gin web application in AWS Lamb...
Gin Why should we rely on github.com/chenzhuoyu/base64x? but this library is not used in the source code at all
2025-02-08 03:45:06
717
Why should we rely on github.com/chenzhuoyu/base64x? but this library is not used in the source code at allgo.modgithub....
Gin Unexcepted behaviour if file field present
2025-02-08 03:45:03
1993
Whenever you have a file field included in your struct the behaviour of the bind methods behaves in various cases not li...
Gin post FormData time is error. invalid character '-' after top-level value
2025-02-08 03:44:58
3468
post FormData time is error.invalid character '-' after top-level valuepost map is ok.// Usertype User struct { ID i...
Gin Bind with query param fails with uuid.UUID and uuid.NullUUID
2025-02-08 03:44:55
2938
DescriptionQueryParam binding with property of uuid.UUID or uuid.NullUUID (Google) type in a struct doesn't work. Using ...
上一页
下一页
1
…
203
204
205
206
207
…
2246
.