struct mg_context; class EmbeddedHttp { public: void startServer(); void stopServer(); private: mg_context* m_context; };