Nui
Namespaces | Functions
fetch.cpp File Reference
#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>
Include dependency graph for fetch.cpp:

Namespaces

 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. More...
 
void Nui::fetch (std::string const &uri, std::function< void(std::optional< FetchResponse > const &)> callback)