Nui
|
#include <cstdint>
#include <string>
#include <unordered_map>
#include <boost/describe.hpp>
#include <boost/mp11/algorithm.hpp>
Go to the source code of this file.
Classes | |
struct | Nui::FetchOptions |
struct | Nui::FetchResponse |
Namespaces | |
Nui | |
Functions | |
Nui::BOOST_DESCRIBE_STRUCT (FetchOptions,(),(method, headers, body, verbose, followRedirects, maxRedirects, autoReferer, dontDecodeBody, verifyPeer, verifyHost)) | |
Nui::BOOST_DESCRIBE_STRUCT (FetchResponse,(),(curlCode, status, proxyStatus, downloadSize, redirectUrl, body, headers)) | |