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
e5l
04/13/2018, 9:02 AM
Hi, @Aharon. Could you make an issue on GitHub?
a
Aharon
04/13/2018, 9:19 AM
No prob, will do. I guess something which inherits OutgoingContent is needed