probably really stupid question, but is there an a...
# ktor
r
probably really stupid question, but is there an api for getting progress updates when e.g. performing a get request for a large binary object?
c
For now there is no special api for that purpose so you need to get a channel and read from it counting bytes.
r
okay, thx