Is there a way to automatically decode encoded que...
# ktor
g
Is there a way to automatically decode encoded query parameters in a ktor server
a
Query parameters should be decoded automatically. Can you share a problematic code snippet?
g
Oh yes it actually is, I was probably doing something else wrong and the issue wasn't the decoding. Just out of curiosity where can I configure the logic of the decoder?
a
Most of the time, you can’t configure the decoder. It depends on the case.