4 Commits

Author SHA1 Message Date
Jan Engelhardt
951bf416f4 build: fix build failure with cpp-httplib >= 0.23 2025-08-23 13:03:04 +02:00
Azamat H. Hackimov
95577cfd92 Rewrite msn_DownloadWithStatus() to use async http client
Don't block on timeouts, failures etc. Rewritten D3::HttpClient to reflect changes.
2025-02-14 16:32:13 +01:00
Azamat H. Hackimov
0b8026afbd [netcon] Add proxy support, use generic iostream for body content 2025-02-14 16:32:13 +01:00
Azamat H. Hackimov
62f3f1a440 Introduce HttpClient as replacement for inetgetfile
Inetgetfile has own HTTP parsing code which is pretty outdated. New HttpClient is based on external cpp-httplib library which provides up-to-date functionality for HTTP interactions.
2025-02-14 16:32:13 +01:00