aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/clients/httpclientcommon.h
Commit message (Collapse)AuthorAgeFilesLines
* optimize string matching (#791)Dan Engelbrecht12 days1-10/+16
|
* add support in http client to accept multi-range responses (#788)Dan Engelbrecht12 days1-1/+108
| | | * add support in http client to accept multi-range responses
* add ability to abort http requests (#586)Dan Engelbrecht2025-10-171-1/+2
| | | * add abort-check function to httpclient
* HttpClient support for pluggable back-ends (#532)Stefan Boberg2025-09-301-0/+147
refactored HttpClient to separate out cpr implementation into separate classes, with an abstract base class to allow plugging in multiple implementations in the future