Commit Graph

3 Commits

Author SHA1 Message Date
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