Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Add support for parameters (GET). | tastytea | 2020-01-08 |
* | Add get_curl_easy_handle(). | tastytea | 2020-01-06 |
* | Renamed return_types.hpp to answer.hpp. | tastytea | 2020-01-06 |
* | Add parametermap. | tastytea | 2020-01-06 |
* | Make curlwrapper_instances static. | tastytea | 2020-01-05 |
* | Do global curl init / cleanup only once. | tastytea | 2020-01-05 |
* | Add support for HTTP method PUT. | tastytea | 2020-01-05 |
* | Add support for HTTP methods PATCH and DELETE. | tastytea | 2020-01-05 |
* | Change argument “meth” to “method” in make_request(). | tastytea | 2020-01-05 |
* | Add headers to answer_type. | tastytea | 2020-01-05 |
* | Optimize request-flow. 😃 | tastytea | 2020-01-05 |
* | Improve documentation for CURLWrapper. | tastytea | 2020-01-04 |
* | Add [[nodiscard]] to make_request(). | tastytea | 2020-01-04 |
* | Add http_method and make_request. | tastytea | 2020-01-04 |
* | Remove premature global curl cleanup, improve documentation. | tastytea | 2020-01-04 |
* | Move low-level network stuff to CURLWrapper. | tastytea | 2020-01-04 |