Is there a way to respond server request with file...
# ktor
b
Is there a way to respond server request with file download that's populated by Channel? As in send the download bytes to client while server is fetching them from some external resource?