When using the Ktor Client in JS, getting an URL l...
# ktor
r
When using the Ktor Client in JS, getting an URL like
/example
gets
<http://localhost/example>
. Is it intended?
🚫 1
e
Hi @ribesg, could you create an issue with the example?
r
The example? I mean
HttpClient{}.get("/example")
should be it unless there is some more complex behavior caused by the fact that in my case this is a common client
Actually I could point to a commit
👍 1