is there an example to send http requests in the s...
# ktor
c
is there an example to send http requests in the standard x-www-form-urlencoded type?
e
Hi @coder82, you could use https://api.ktor.io/1.1.3/io.ktor.client.request.forms/submit-form.html with
encodeInQuery
param.
c
thx