Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
Loading...
Searching...
No Matches
http_server.hpp File Reference

Simple HTTP server implementation for serving Plotly visualizations. More...

#include "httplib.h"
#include <filesystem>
#include <string_view>
#include <thread>
Include dependency graph for http_server.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  plotly::detail::HttpServer

Namespaces

namespace  plotly
 C++ bindings for Plotly.
namespace  plotly::detail

Detailed Description

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.