The Wayback Machine - https://web.archive.org/web/20210907213114/https://github.com/topics/asynchronous-programming
Skip to content
#

asynchronous-programming

Here are 508 public repositories matching this topic...

drogon
hwc0919
hwc0919 commented Aug 20, 2021

Could you make HttpResponse capable of sending part of file by Range header, or by user specified offset and size ?

The TcpConnection class do have a public sendFile method with offset and length parameters, but HttpResponse can not take any advantages of that. Currently it can only send the whole file at one time. Maybe a setRange method would be enough?

zio

Improve this page

Add a description, image, and links to the asynchronous-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the asynchronous-programming topic, visit your repo's landing page and select "manage topics."

Learn more