Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 [Feature]: dataform file bind #1967

Closed
3 tasks done
hotrungnhan opened this issue Jul 6, 2022 · 0 comments
Closed
3 tasks done

🚀 [Feature]: dataform file bind #1967

hotrungnhan opened this issue Jul 6, 2022 · 0 comments
Assignees
Milestone

Comments

@hotrungnhan
Copy link

hotrungnhan commented Jul 6, 2022

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)

package main

import "github.com/gofiber/fiber/v2"
import "log"

func main() {
  app := fiber.New()

  // An example to describe the feature

  log.Fatal(app.Listen(":3000"))
}

Checklist:

  • I agree to follow Fiber's Code of Conduct.
  • I have checked for existing issues that describe my suggestion prior to opening this one.
  • I understand that improperly formatted feature requests may be closed without explanation.
@hotrungnhan hotrungnhan changed the title 🚀 [Feature]: dataform file parser by using parse 🚀 [Feature]: dataform file bind Jul 11, 2022
@efectn efectn added the v3 label Jul 26, 2022
@efectn efectn self-assigned this Jul 29, 2022
@efectn efectn closed this as completed Aug 8, 2022
@ReneWerner87 ReneWerner87 added this to v3 Nov 22, 2023
@ReneWerner87 ReneWerner87 moved this to Todo in v3 Nov 22, 2023
@ReneWerner87 ReneWerner87 moved this from Todo to Done in v3 Nov 22, 2023
@ReneWerner87 ReneWerner87 added this to the v3 milestone Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants