You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord
Feature Proposal Description
Add options object for active the DisallowUnknownFields in the BodyParser for more strict parsing to a struct in cases where is required.
Alignment with Express API
BodyParser middleware for JSON in express permit you to add different options that affect the parsing
HTTP RFC Standards Compliance
Confirmed
API Stability
DisallowUnknownFields is a native functions of the Decoder from native Go package
json
Feature Examples
Checklist:
The text was updated successfully, but these errors were encountered: