Skip to content
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

Open
tanmoysrt opened this issue Nov 29, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tanmoysrt
Copy link
Owner

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 and multipart/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.

@tanmoysrt tanmoysrt mentioned this issue Nov 29, 2022
2 tasks
@tanmoysrt tanmoysrt pinned this issue Dec 1, 2022
@tanmoysrt tanmoysrt self-assigned this Dec 1, 2022
@tanmoysrt tanmoysrt added the enhancement New feature or request label Dec 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant