mirror of
https://github.com/gin-gonic/gin.git
synced 2026-06-12 16:48:19 +08:00
Compare commits
2 Commits
b40d4dbfbb
...
7626cad909
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7626cad909 | ||
|
|
9eaba78ab6 |
@ -1071,6 +1071,7 @@ func main() {
|
||||
|
||||
if err := c.ShouldBindHeader(&h); err != nil {
|
||||
c.JSON(http.StatusOK, err)
|
||||
return
|
||||
}
|
||||
|
||||
fmt.Printf("%#v\n", h)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user