| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make cpr a HttpClient implementation detail (#517) | Stefan Boberg | 2025-09-29 | 1 | -24/+16 |
| | | | | | | these changes remove cpr from anything which is not `HttpClient` internals. The goal is to eventually replace cpr with a more direct curl interface to eliminate cpr since it's proven problematic due to their development practices which frequently breaks APIs and prevents us from updating vcpkg. But this PR is limited to refactoring existing cpr code to use `HttpClient` instead. | ||||
| * | move auth code from zenserver into zenhttp (#265) | Stefan Boberg | 2023-05-02 | 1 | -0/+127 |
| this code should be usable outside of zenserver, so this moves it out into zenhttp where it can be used from lower level components | |||||