#include <fetch_options.hpp>
◆ autoReferer
bool Nui::FetchOptions::autoReferer = false |
◆ body
std::string Nui::FetchOptions::body = "" |
◆ dontDecodeBody
bool Nui::FetchOptions::dontDecodeBody = false |
◆ followRedirects
bool Nui::FetchOptions::followRedirects = false |
◆ headers
std::unordered_map<std::string, std::string> Nui::FetchOptions::headers = {} |
◆ maxRedirects
long Nui::FetchOptions::maxRedirects = 255 |
◆ method
std::string Nui::FetchOptions::method = "GET" |
◆ verbose
bool Nui::FetchOptions::verbose = false |
◆ verifyHost
bool Nui::FetchOptions::verifyHost = true |
◆ verifyPeer
bool Nui::FetchOptions::verifyPeer = true |
The documentation for this struct was generated from the following file: