|
Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
|
Simple HTTP server implementation for serving Plotly visualizations. More...
#include "httplib.h"#include <filesystem>#include <string_view>#include <thread>

Go to the source code of this file.
Classes | |
| class | plotly::detail::HttpServer |
Namespaces | |
| namespace | plotly |
| C++ bindings for Plotly. | |
| namespace | plotly::detail |
Simple HTTP server implementation for serving Plotly visualizations.
This file contains the http_server class which provides functionality to serve HTML content or files from a directory over HTTP. It's primarily used for hosting Plotly visualizations in a local web server.