xcbosa-itx 2ad56ac0d0 Change userJWTSecret to a random value to improve security 2 年之前
..
auto-generated 2ad56ac0d0 Change userJWTSecret to a random value to improve security 2 年之前
EntryController.cpp 1e9f75d7d3 Fix httpserver request resolve bug on linux 2 年之前
LoginController.cpp 86d1324924 WIP 2 年之前
PortListController.cpp 7a95270813 Finish!!! 2 年之前
StaticWebPageController.cpp 1a3fe7d6b3 Add Cookie parser 2 年之前
readme.md 80ef21432b Add readme.md 2 年之前

readme.md

Controller Files

This folder contains the entry point of the request processing. Some files are auto-generated by CMakeList.txt, intend to packaging all js/css/... resources file to the final binary needs by the website.

这个目录包括请求处理的入口点。部分文件是CMakeList.txt生成的,它的作用是将网站需要的js/css/...资源文件转换为写死的C++代码,将他们一同编译进最终的可执行文件中,从而在部署时仅需要一个可执行文件,而不需要任何奇奇怪怪的资源文件。