-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Description
Hey, I'm trying to bind both json data AND query params in the same request.. when I use c.Bind and c.BindJSON together, gin tries to return a 400.
c.Bind(&example)
c.BindJson(&example)
Is there a way to avoid that 400 message?
[GIN-debug] [WARNING] Headers were already written. Wanted to override status code 400 with 200
dpcat237
Metadata
Metadata
Assignees
Labels
No labels