We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6b035 commit 6e667d6Copy full SHA for 6e667d6
binder/README.md
@@ -83,7 +83,7 @@ app.Get("/", func(c fiber.Ctx) error {
83
// curl "http://localhost:3000/?name=john&pass=doe&products=shoe,hat"
84
```
85
86
-### Behaviors of WithAutoHandling/WithAutoHandlingWithStatus
+### Behaviors of WithAutoHandling/WithoutAutoHandling
87
88
Normally, Fiber returns binder error directly. However; if you want to handle it automatically, you can prefer `WithAutoHandling()`.
89
0 commit comments