Hi, really excited about the HttpClient as well. W...
# ktor
a
Hi, really excited about the HttpClient as well. Was reading the online docs and I was just wondering, is there a built in way of adding Form data for the POST body (something like key1=val1&key2=val2) as a map instead of just encoding this myself into a text body?
e
Hi, @Aharon. Could you make an issue on GitHub?
a
No prob, will do. I guess something which inherits OutgoingContent is needed
👍 1