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

@POST request not working #20

Open
Ajit121 opened this issue Sep 26, 2019 · 0 comments
Open

@POST request not working #20

Ajit121 opened this issue Sep 26, 2019 · 0 comments

Comments

@Ajit121
Copy link

Ajit121 commented Sep 26, 2019

How can I make a @post
@FormUrlEncoded
@post("api/v1/login")
fun myFunction(
@field("username") field1: String,
@field("password") field2: String
): Deferred

backend is not receiving the fields

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant