This repository has been archived by the owner on Jul 1, 2023. It is now read-only.
Add supports for application/x-www-form-urlencoded
and multipart/form-data
types
#8
Labels
enhancement
New feature or request
Currently, Lumi accepts only application/json. It's best because the data type doesn't convert to string when reached to the server.
But in some special cases, we may need
application/x-www-form-urlencoded
andmultipart/form-data
,So we are going to enable these options and the user will have the option to define the type of arguments so that Lumi can auto-cast the arguments before sending them to the function.
The text was updated successfully, but these errors were encountered: