#include <string>#include <functional>#include <vector>

Go to the source code of this file.
Classes | |
| class | rs2::http::http_downloader |
Namespaces | |
| rs2 | |
| rs2::http | |
Typedefs | |
| typedef std::function< callback_result(uint64_t dl_current_bytes, uint64_t dl_total_bytes)> | rs2::http::user_callback_func_type |
Enumerations | |
| enum | rs2::http::callback_result { rs2::http::callback_result::CONTINUE_DOWNLOAD, rs2::http::callback_result::STOP_DOWNLOAD } |