-
## Problem
- When using router groups, `.Use` does not do anything as middleware needs to be defined _before_ routes. That is fine for global middleware, but doesn't work for groups which is not in…
-
`utils.parseAccept()` drops quality values (`q=`) when parsing Accept headers.
So `Context.NegociateFormat` can not use them.
This should at least be documented until a fix is available.
Reference: …
-
I am not sure but it seems this function just do nothing, so when using c.JSON, the Content-Type header is not set.
```
func writeContentType(w http.ResponseWriter, value []string) {
header :…
-
With the backtracking logic added in #2897, I think routes like `/*wild` and `/static` can be supported with minimal effort. By simply removing the catch-all route check when [inserting a route](https…
-
### Description
Having cors configurated in order to accept CORS requests, when sending an multipart/form-data, the following appears: Access to XMLHttpRequest at 'http://localhost:8080/add_project' …
-
## Description
I was looking at the code and saw that in the Default method [engine := New()](https://github.com/gin-gonic/gin/blob/4f339e6a35b163d31b30916b37f4176d385f41bd/gin.go#L225) where New met…
-
I want to write a common component that registers routes if they do not yet exist. I would like to create a common component we can use in several of our gin servers so as to avoid boiler plate code. …
-
Hi All,
I am going to use gin go framework. Can anyone tell me what a licence and community support are and where I can get them?
-
- With issues:
- Use the search tool before opening a new issue.
- Please provide source code and commit sha if you found a bug.
- Review existing issues and provide feedback or react to them…
-
The old README.md is gone and what's left is a link to some documentation, which is absolutely terrible.
The old readme could be searched with CTRL+F. The documentation can't.