addamsson
04/22/2020, 11:54 AMContentNegatiation
module of #ktor but it is not working. This is what I have in my code:
accept(ContentType.Application.FormUrlEncoded) {
route("/api") {
get("/test") {
call.respond(someData)
}
}
}
and this is what I'm sending: