27 const std::string &path,
28 const std::string &body,
29 const std::vector<std::pair<std::string, std::string>> &headers,
30 CharArrayFnWithContext callback =
nullptr,
31 void* callback_context =
nullptr,
32 bool *cancel_flag =
nullptr);
35 void set_timeout(
double timeout_seconds);
38 std::string get_last_error()
const;
42 std::unique_ptr<Impl> pImpl;