6#include <initializer_list>
12namespace kaycxx::http {
20 using field = std::pair<std::string, std::string>;
40 void add(std::string_view name, std::string_view value);
44 std::vector<
field> fields_{};
Synchronous HTTP client.
Definition client.hpp:24