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

Parse form #43

Closed
muhammednagy opened this issue Jun 18, 2020 · 1 comment · Fixed by #67
Closed

Parse form #43

muhammednagy opened this issue Jun 18, 2020 · 1 comment · Fixed by #67
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@muhammednagy
Copy link
Member

We need to be able to parse the path parameters if the request is Get.
we need to be able to parse the path parameters AND the body if POST and be able to decode it to a struct.
if a struct is not provided then parse to a map.
It should be able to detect from the header the body type and if it's a JSON then it should parse the json
If XML then parse it as XML.

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label enhancement to this issue, with a confidence of 0.95. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the enhancement New feature or request label Jun 18, 2020
@muhammednagy muhammednagy self-assigned this Jun 18, 2020
@abahmed abahmed added this to the v1.1 milestone Jun 19, 2020
@abahmed abahmed self-assigned this Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants