According to this: <https://stackoverflow.com/ques...
# kotlin-fuel
d
According to this: https://stackoverflow.com/questions/3717640/chunked-http-decoding-in-java chunking is handled by
HttpUrlConnection
, so therefore you just need to check if in the datastream you get back, it still has the /r/n and the numbers, or just a simple string.