Gin Other Serialization formats - Amazon ION

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

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?

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?

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?

Descriptioncode:package mainimport ( "net/http" "github.com/gin-gonic/gin")func main() { r ...

Gin How to disable automatic escape "&" when response json

DescriptionWhen returning json data, "&" will be automatically escaped. This is an unexpected behavior, how to prohi...

Gin Optional JWT Authentication

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

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

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

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

jsoniter tag run unit test error:=== RUN TestContextRenderIndentedJSON context_test.go:757: Error Trace...

Gin todo: fix cmd/vet error

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

The StructValidator interface does not allow passing *gin.Context.For example, I would like to access c.Params from my v...

Gin Binding

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参数带下划线就获取不到

客户端参数{id:20sign:90cb901a631a3260c59d90724e893da9timestamp:1681459261role_id:3}注意:不是表单key value格式,是整个json数据后端处理type Artic...

Gin Can't get ClientIP run in AWS Lambda with gin

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

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

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

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

DescriptionQueryParam binding with property of uuid.UUID or uuid.NullUUID (Google) type in a struct doesn't work. Using ...
上一页 下一页
.