Skip to content

aisuperdoger/restful-server-only-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • C++的 http 服务器,简单好用

执行方式

mkdir build
cd build
cmake ..
make -j4
cd ../workspace
./pro

浏览器中输入:127.0.0.1:8090/static/images.jpg,即可访问到图片 images.jpg。这里 127.0.0.1 为服务器的 ip 地址。

关于我们

About

只包含http协议的解析

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published