csvzall 0.4.0
CSV command-line tool and emerging C++ library
Loading...
Searching...
No Matches
assets.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <filesystem>
4#include <string>
5#include <string_view>
6
7#include "../../../../vendor/httplib/httplib.h"
8
10
11std::filesystem::path ResolveDevViewerAssetDir(const std::string& value);
12bool ServeEmbeddedViewerAsset(std::string_view path, httplib::Response& response);
13bool ServeViewerAsset(const std::filesystem::path& dev_asset_dir,
14 std::string_view path,
15 httplib::Response& response);
16
17} // namespace csvzall::pipeline::commands::view_internal
common::JsonPath path
Definition json_extract.cpp:348
bool ServeEmbeddedViewerAsset(std::string_view path, httplib::Response &response)
Definition assets.cpp:14
std::filesystem::path ResolveDevViewerAssetDir(const std::string &value)
Definition assets.cpp:64
bool ServeViewerAsset(const std::filesystem::path &dev_asset_dir, std::string_view path, httplib::Response &response)
Definition assets.cpp:134
double value
Definition timeseries.cpp:32