Rose
|
Fetching and caching web resources. More...
#include <algorithm>
#include <iostream>
#include <string>
#include <filesystem>
#include <map>
#include <mutex>
#include <optional>
#include <fstream>
#include <list>
#include <utility>
#include <future>
#include <vector>
#include "CommonSignals.h"
Go to the source code of this file.
Classes | |
struct | rose::WebCacheItem |
class | rose::WebCache |
Fetch web resources caching them in the local filesystem following XDG specifications. More... | |
Namespaces | |
rose | |
ToDo: There is an issue that the initial scroll interaction is lost if the click/press lands on a Widget and not a Container (by user observation). | |
Typedefs | |
using | rose::WebCacheProtocol = Protocol< uint32_t, long > |
Fetching and caching web resources.