![]() |
zeep::http::server — The most often used server class, contains its own io_context.
// In header: <zeep/http/server.hpp> class server : public { public: // construct/copy/destruct (); (); (security_context *); (security_context *, ); // public member functions (); (); };
server
public
construct/copy/destruct();Simple server, no security, no template processor.
( docroot);Simple server, no security, create default template processor with docroot.
(security_context * s_ctxt);server with a security context for limited access
(security_context * s_ctxt, docroot);server with a security context for limited access, create default template processor with docroot