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
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.
The text was updated successfully, but these errors were encountered:
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!
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.
The text was updated successfully, but these errors were encountered: