-
Notifications
You must be signed in to change notification settings - Fork 28
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
GET and POST form-data #35
Comments
I think it has already been implemented! |
how should I use it? |
It works for POSTing in form-encoded, but there is no way to GET in form-encoded, isn't it? |
how would be an GET example? |
maybe:
|
Nice dsl... go for a feature. And just confirming, its queryparams, not application/x-www-form-urlencoded. |
restfulie should be able to post and get using application/x-www-form-urlencoded media type.
Maybe support it with maps or a Params object.
The text was updated successfully, but these errors were encountered: