Auto hotspot implementation

This commit is contained in:
Robin Davies
2024-09-11 00:06:52 -04:00
parent bbfd0a07fd
commit 448979e7fe
61 changed files with 5234 additions and 178 deletions
+1
View File
@@ -222,6 +222,7 @@ public:
virtual ~WebServer() { }
virtual void SetLogHttpRequests(bool enableLogging) = 0;
virtual void DisplayIpAddresses() = 0;
virtual void AddRequestHandler(std::shared_ptr<RequestHandler> requestHandler) = 0;
virtual void AddSocketFactory(std::shared_ptr<ISocketFactory> &socketHandler) = 0;