英文: Is Gin support rewrite HTTP requests and forward them to the specific API groups? 问题 我的团队打算重构我们的...
显式处理绑定之前的gzip压缩的JSON。
英文: Explicitly handle gzipped json before binding 问题 我想编写一个API,它将使用POST方法发送gzip压缩的JSON数据。虽然下面的代码可以处理...
尝试在使用Go/Gin的应用程序中进行HTTP请求,并返回该请求的结果。
英文: Trying to make a HTTP request and return the result of that request in an app that uses go/gin 问...
Bcrypt在Go语言中需要很长时间吗?
英文: Bcrypt takes a lot of time in go? 问题 我在GO gin中使用了bcrypt包,奇怪的是,当我对任何密码进行Bcrypt处理时,响应时间需要500毫秒到900...
在使用Go语言的Gin Gonic框架时出现无效的接收器错误。
英文: invalid receiver error when using Gin Gonic framework in Go 问题 我正在尝试在基于Gin的Web服务器的路由中使用一个外部(非匿名)...
Serving react static files in golang gin-gonic using go:embed giving 404 error on reloading on frontend URL
英文: Serving react static files in golang gin-gonic using go:embed giving 404 error on reloading on f...
将`interface{}`转换为`int64`。
英文: assert interface{} to int64 问题 我正在使用gin框架,使用c.shouldBind将数据绑定到结构体,然后使用c.set将参数设置到上下文中。当我使用c.getI...
GraphQL订阅在Gin中无法工作。
英文: Graphql Subscriptions not working with Gin 问题 当我尝试使用GraphQL设置Go Web服务器时,我使用了这个作为模板。它基本上是gin和99de...
在Golang中使用Gin实现TLS的反向代理时遇到了问题。
英文: Trouble getting reverse proxy working with TLS (to proxied server) in Golang with Gin 问题 我被委托创建一...
Gin Gonic在发送无效数据时自定义错误消息失败。
英文: Gin Gonic Custom Error Message Fails When Invalid Data Sent 问题 Validator结构体 type RegisterValidat...
26