Ilya Shaydullin [IceRock]
10/21/2019, 11:48 AM<http://127.0.0.3/order/admin?filters%5Bid%5D=33&filters%5Baddress%5D=fooooooooo>
When I try to get query parameters, ktor returns this:
(img)
How can I make it parse the filters
parameter as an hashMap
? (val filters = hashMapOf("id" to 33, "address" to "fooooooooo")
)ribesg
10/21/2019, 12:25 PMmap
your entries to whatever you want. If you expected it to just work, it won’t because what you want to do is neither standard nor commonIlya Shaydullin [IceRock]
10/22/2019, 3:15 AM