mirror of
https://github.com/gin-gonic/gin.git
synced 2025-05-22 12:19:16 +08:00
Merge 9eaba78ab66bcd3e9edefe68103b242418311bb7 into ef68fa032c0e6ce637db56e89ec734c0de0a9f5e
This commit is contained in:
commit
db74284003
@ -1070,6 +1070,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