MCPcopy Create free account
hub / github.com/QtExcel/QXlsx / https_server

Method https_server

WebServer/recurse.hpp:700–708  ·  view source on GitHub ↗

\brief Application::https_server https (secure) server initialization \param options QHash options of

Source from the content-addressed store, hash-verified

698 //! \param options QHash options of <QString, QVariant>
699 //!
700 inline void Application::https_server(const QHash<QString, QVariant> &options)
701 {
702 https = new HttpsServer(this);
703
704 m_https_options = options;
705 m_https_set = true;
706
707 debug("https server setup done");
708 }
709
710 //!
711 //! \brief Application::listen

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected