|
Nui
|
#include <nui/shared/api/fetch_options.hpp>#include <string>#include <functional>#include <optional>

Go to the source code of this file.
Namespaces | |
| namespace | Nui |
Functions | |
| void | Nui::fetch (std::string const &uri, FetchOptions const &options, std::function< void(std::optional< FetchResponse > const &)> callback) |
| Simplified fetch, that uses curl in the backend to fetch data. | |
| void | Nui::fetch (std::string const &uri, std::function< void(std::optional< FetchResponse > const &)> callback) |