40 UHttpServer( std::shared_ptr<IHttpRequestRegistry>& supplier,
const std::string& host,
int port );
46 std::shared_ptr<DebugStream> log();
49 void setCORS_allow(
const std::string& CORS_allow );
55 std::shared_ptr<DebugStream> mylog;
56 Poco::Net::SocketAddress sa;
58 std::shared_ptr<Poco::Net::HTTPServer> http;
59 std::shared_ptr<UHttpRequestHandlerFactory> reqFactory;