hey there. Any chance to disable the json serializ...
# ktor
d
hey there. Any chance to disable the json serialization for a single request? I have to deal with an api that is supposed to speak json but expects one serialized json object / line in the body when performing batch operations 😕
g
You can use different content type instead of application/json
Also you always can read/write bytes or string manually from request/response