5#include <unordered_map>
7#pragma clang diagnostic push
8#pragma clang diagnostic ignored "-Wgnu-zero-variadic-macro-arguments"
9#pragma clang diagnostic ignored "-Wold-style-cast"
10#include <boost/describe.hpp>
11#include <boost/mp11/algorithm.hpp>
12#pragma clang diagnostic pop
19 std::unordered_map<std::string, std::string>
headers = {};
52 std::unordered_map<std::string, std::string>
headers;
Definition file_dialog.hpp:6
BOOST_DESCRIBE_STRUCT(FetchOptions,(),(method, headers, body, verbose, followRedirects, maxRedirects, autoReferer, dontDecodeBody, verifyPeer, verifyHost))
Definition fetch_options.hpp:17
std::string body
Definition fetch_options.hpp:20
std::unordered_map< std::string, std::string > headers
Definition fetch_options.hpp:19
bool verifyHost
Definition fetch_options.hpp:28
bool followRedirects
Definition fetch_options.hpp:22
bool verifyPeer
Definition fetch_options.hpp:27
bool autoReferer
Definition fetch_options.hpp:24
bool verbose
Definition fetch_options.hpp:21
bool dontDecodeBody
Definition fetch_options.hpp:26
long maxRedirects
Definition fetch_options.hpp:23
std::string method
Definition fetch_options.hpp:18
Definition fetch_options.hpp:45
uint32_t downloadSize
Definition fetch_options.hpp:49
int32_t status
Definition fetch_options.hpp:47
int32_t proxyStatus
Definition fetch_options.hpp:48
int32_t curlCode
Definition fetch_options.hpp:46
std::string body
Definition fetch_options.hpp:51
std::string redirectUrl
Definition fetch_options.hpp:50
std::unordered_map< std::string, std::string > headers
Definition fetch_options.hpp:52