|
Nui
|
#include <nui/frontend/api/fetch.hpp>#include <nui/frontend/rpc_client.hpp>#include <nui/frontend/utility/val_conversion.hpp>#include <nui/frontend/api/console.hpp>#include <nui/frontend/val.hpp>
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) |