zeep::http::webapp
// In header: </build/libzeep-j3GnTN/libzeep-3.0.5/zeep/http/webapp.hpp> class webapp : public zeep::http::server, public zeep::http::basic_webapp { public: // construct/copy/destruct webapp(const std::string & = "http://www.cmbi.ru.nl/libzeep/ml", const boost::filesystem::path & = "."); ~webapp(); // public member functions virtual void handle_request(const request &, reply &); };
webapp is derived from both zeep::http::server and basic_webapp, it is used to create interactive web applications.