For this simple example taken straight from the docs:
Fuel.get("https://httpbin.org/get", listOf("foo" to "foo", "bar" to "bar"))
.also { println(it.url) }
This prints out https://httpbin.org/get
, as opposed to https://httpbin.org/get?foo=foo&bar=bar
How do I fix this? I'm using fuel 2.1.0