eclipse-threadx / netxduo

Eclipse ThreadX - NetXDuo is an advanced, industrial-grade TCP/IP network stack designed specifically for deeply embedded real-time and IoT applications
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/netx-duo/index.md
MIT License
230 stars 131 forks source link

Range header support for Http client #275

Open reza-hdd opened 3 weeks ago

reza-hdd commented 3 weeks ago

Is your feature request related to a problem? Please describe. I need to download a large file for a firmware upgrade through a cellular network and quite often the download process is interrupted for any reason. So, the next time I have to retry downloading form the start of the file as the http client request doesn't support to put a file range in header request.

Describe the solution you'd like Resuming the file download helps a lot if I could request the file from where it stopped downloading last time