Hi there, I'm trying to use the `ContentNegatiatio...
# ktor
a
Hi there, I'm trying to use the
ContentNegatiation
module of #ktor but it is not working. This is what I have in my code:
Copy code
accept(ContentType.Application.FormUrlEncoded) {
    route("/api") {
        get("/test") {
            call.respond(someData)
        }
    }
}
and this is what I'm sending: