Commit Graph

12 Commits

Author SHA1 Message Date
tastytea 3a71a14f56
Make error message of CURLException public.
continuous-integration/drone/push Build is passing Details
2021-02-09 17:07:10 +01:00
tastytea fe5707b610
Add option to not call global init / cleanup.
continuous-integration/drone/push Build is passing Details
2021-02-08 23:17:06 +01:00
tastytea 19a65d7474
Add set_maxredirs().
continuous-integration/drone/push Build is passing Details
2020-11-21 22:13:57 +01:00
tastytea 5af456a18b
Fix documentation for check(). 2020-11-13 20:29:23 +01:00
tastytea e1827d08cc
Fix CURLException::what(). 2020-11-13 20:28:24 +01:00
tastytea 442f27a511
Re-order constructors. 2020-11-13 19:37:12 +01:00
tastytea 4cb99531b1
Move stuff into the implementation file. 2020-11-13 19:36:24 +01:00
tastytea 6f6de3ad5f
Delete all copy and move constructors.
I'll think about them later.
2020-11-13 19:35:10 +01:00
tastytea 194e729b29
Add set_proxy(). 2020-11-13 18:33:03 +01:00
tastytea dd193cf0e0
Add version, fix a few things. 2020-11-08 15:50:14 +01:00
tastytea 63a14867c3
Add new type answer to hold status, headers and body of a request. 2020-11-07 23:50:44 +01:00
tastytea 0173093d3d
Initial commit.
Seems to work.
2020-11-03 22:53:20 +01:00