|
csvzall 0.4.0
CSV command-line tool and emerging C++ library
|
#include <filesystem>#include <string>#include <string_view>#include "../../../../vendor/httplib/httplib.h"Go to the source code of this file.
Namespaces | |
| namespace | csvzall |
| namespace | csvzall::pipeline |
| namespace | csvzall::pipeline::commands |
| namespace | csvzall::pipeline::commands::view_internal |
Functions | |
| std::filesystem::path | csvzall::pipeline::commands::view_internal::ResolveDevViewerAssetDir (const std::string &value) |
| bool | csvzall::pipeline::commands::view_internal::ServeEmbeddedViewerAsset (std::string_view path, httplib::Response &response) |
| bool | csvzall::pipeline::commands::view_internal::ServeViewerAsset (const std::filesystem::path &dev_asset_dir, std::string_view path, httplib::Response &response) |