8000 GitHub - Li-TianCheng/HttpServer: http server framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Li-TianCheng/HttpServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Http Server Framework

只需自定义业务函数

void handle(shared_ptr<Http> request, shared_ptr<Http> response) {
    ...
}

实现业务逻辑,并注册到HttpServer中

支持静态路由和正则路由

About

http server framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0