# QtWebApp **Repository Path**: solym/QtWebApp ## Basic Information - **Project Name**: QtWebApp - **Description**: QtWepApp 是一个HTTP服务器库在c++中,灵感来自Java servlet。 Linux、Windows、Mac OS和许多其他操作系统 Qt框架 支持。 - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 6 - **Created**: 2017-09-28 - **Last Updated**: 2024-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QtWebApp [](https://travis-ci.org/msrd0/QtWebApp) [](https://www.gnu.org/licenses/gpl-3.0) This library was forked from http://stefanfrings.de/qtwebapp/index-en.html QtWebApp is a library to develop server-side web applications in C++. It depends on Qt5. The library comes with 3 components: - HttpServer - TemplateEngine - Logging ## Usage This short example demonstrates how to use the library: ```C++ class DefaultRequestHandler : public HttpRequestHandler { public: void service(HttpRequest &request, HttpResponse &response); } void DefaultRequestHandler::service(HttpRequest &request, HttpResponse &response) { response.write("