I am right that there is no formdata or urlencoded...
# ktor
s
I am right that there is no formdata or urlencoded
OutgoingContent
in the client ?
d
You have to add some boilerplate right now. But you have a sample here: https://github.com/ktorio/ktor-samples/blob/master/other/client-multipart/src/MultipartApp.kt
for multipart
s
I see. Will take a look. Thanks again!
👍 1