Skip to content
/ httpd Public

轻量级HTTP服务器,能完成简单的请求/响应

Notifications You must be signed in to change notification settings

jelly9/httpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpd

测试环境: Ubuntu 16.04 x86-64

  • export LD_LIBRARY_PATH=/home/.../httpd/sql_connect/lib/lib //导入环境变量,指定动态库的搜索路径
  • ./build
  • cd output
  • ./httpd [local_ip] [local_port]
  • 浏览器访问: ip:port

About

轻量级HTTP服务器,能完成简单的请求/响应

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published