HTTP路由器实现 更多...
#include "NeForce/core/string/regex.hpp"
#include "NeForce/network/http/http_filter.hpp"
This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.
浏览该文件的源代码.
HTTP路由器实现
此文件提供了HTTP路由器的实现,支持路径匹配、参数提取、 中间件链和异常处理等功能。
在文件 http_router.hpp 中定义.