Thulinma
|
f88a8fc51c
|
Downloader improvements:
- Added metrics to Downloader::post (only at HIGH level for successful requests)
- Improved downloader timing
- Robustness improvements
|
2021-10-19 22:29:41 +02:00 |
|
Thulinma
|
37af199a1c
|
Added client mode support to HTTP::Websocket, added websockettest binary, added ws/wss protocol support to HTTP::URL, added support for websockets and socket overriding to HTTP::Downloader, fixed HTTP parser not handling response codes 1XX, 204 and 304 correctly.
|
2021-10-19 22:29:41 +02:00 |
|
DDVTech
|
fccf66fba2
|
Restyle
|
2021-10-19 22:29:40 +02:00 |
|
Thulinma
|
c5d0a9a8ad
|
Added constant accessors to HTTP::Downloader
|
2020-09-14 10:56:26 +02:00 |
|
Thulinma
|
35e3fb4bca
|
HTTP::Downloader::post() now supports pointers+sizes besides only std::strings.
|
2020-03-12 12:24:29 +01:00 |
|
Thulinma
|
7f8013fef2
|
Downloader improvements, fixes
|
2020-03-09 19:59:54 +01:00 |
|
Ramoe
|
3fd55b1647
|
Added callbacks, range requests and head requests to Downloader
|
2020-03-09 19:59:54 +01:00 |
|
Thulinma
|
793f6f7809
|
Split HTTP namespace up into http_parser.h and url.h, since the URL library can be useful stand-alone as well.
|
2020-02-28 16:39:24 +01:00 |
|
Thulinma
|
8dd403a098
|
Added ability to check if the downloader is being proxied or not
|
2019-11-07 13:40:45 +01:00 |
|
Thulinma
|
cc9e970ea3
|
More backports from Pro edition, among which HTTPS/TLS support
|
2019-07-13 14:23:59 +02:00 |
|
Thulinma
|
984f5b7e29
|
Fixed file descriptor leak in Downloader class
|
2019-05-08 13:50:10 +02:00 |
|
Erik Zandvliet
|
2607113727
|
Library code style update + some minor backports from Pro edition
|
2018-12-04 13:11:48 +01:00 |
|
Thulinma
|
d7c021106f
|
Added retryCount and dataTimeout variables as well as a constant data accessor to HTTP::Downloader class
|
2018-05-09 09:41:45 +02:00 |
|
Thulinma
|
5e3df09831
|
SSL socket class, downloadertest application, HTTP::Downloader support for HTTPS connections, authentication, proxies and POST requests
|
2017-11-01 19:29:47 +01:00 |
|
Thulinma
|
871bee3436
|
Improvements to Downloader class to allow for more flexibility in usage
|
2017-07-26 16:55:34 +02:00 |
|
Thulinma
|
74acdedeb2
|
Added HTTP::Downloader class
|
2017-07-22 18:51:11 +02:00 |
|