LCOV - code coverage report
Current view: top level - app/include/Com - HTTPServer.hpp (source / functions) Hit Total Coverage
Test: coverage.info Lines: 0 1 0.0 %
Date: 2023-08-17 16:45:52 Functions: 0 0 -

          Line data    Source code
       1             : #pragma once
       2             : 
       3             : #include <httplib.h>
       4             : 
       5             : namespace Com {
       6           0 : class HTTPServer {
       7             :     int port;
       8             : 
       9             :     httplib::Server svr;
      10             : 
      11             :     void helloGet(const httplib::Request &req, httplib::Response &res);
      12             :     void staticSimulationPost(const httplib::Request &req, httplib::Response &res);
      13             :     void staticSimulationJoinGet(const httplib::Request &req, httplib::Response &res);
      14             : 
      15             :     void dynamicSimulationPost(const httplib::Request &req, httplib::Response &res);
      16             : 
      17             :    public:
      18             :     HTTPServer(int port);
      19             :     void loop();
      20             : };
      21             : }  // namespace Com

Generated by: LCOV version 1.14