Is there a utility method for creating `ContentTyp...
# ktor
v
Is there a utility method for creating
ContentType.Application.FormUrlEncoded
strings? I'm currently doing it manually.
đź“ť 1
d
listOf(“key” to “value”).formUrlEncode()
https://ktor.io/servers/testing.html#building-postput-bodies But plan to put that information in a more logical place
z
can I just say I love kotlin? extension functions ftw
simple smile 2