MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / WebServer

Method WebServer

src/server/server.cpp:489–489  ·  view source on GitHub ↗

@brief WebServer implementation @param port the port

Source from the content-addressed store, hash-verified

487///@brief WebServer implementation
488///@param port the port
489WebServer::WebServer(std::string host, int port, bool cors) : acceptor(ioc, {net::ip::make_address(host), static_cast<unsigned short>(port)}), running(false), port(port), cors(cors) {}
490
491///@brief destructor
492WebServer::~WebServer() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected