#ifndef API_WEBAPI_H #define API_WEBAPI_H #include #include #include #include #include namespace StreamRecoder { namespace API { class WebAPI { public: WebAPI(); ~WebAPI(); static Http::HttpServer::HttpReply ProcessQuery(ctpl::thread_pool* pThreadPool, const std::string& ffmpeg, const std::string& uri, const std::vector& postData); }; } // namespace API } // namespace StreamRecoder #endif // API_WEBAPI_H