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
Currently in v2. Dataform file is not be bind in query or body parser.
i currently version , i need to extract it from body myself. so i hope it will binding by parse will be cleaner
Additional Context (optional)
No response
Code Snippet (optional)
package main
import"github.com/gofiber/fiber/v2"import"log"funcmain() {
app:=fiber.New()
// An example to describe the featurelog.Fatal(app.Listen(":3000"))
}
Feature Description
Currently in v2. Dataform file is not be bind in query or body parser.
i currently version , i need to extract it from body myself. so i hope it will binding by parse will be cleaner
Additional Context (optional)
No response
Code Snippet (optional)
Checklist:
The text was updated successfully, but these errors were encountered: