Skip to content
/ httpd Public

给tinyhttpd加了点注释,包括server和client

Notifications You must be signed in to change notification settings

xcw0754/httpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpd

本仓库拷自J. David BlackstoneJ.的tinyhttp

了解一下httpd,这个程序很适合入门,了解一下http服务器会做些什么,CGI的概念,TCP后台可以怎么写。

环境:

  • Ubuntu 14.04
  • Gcc4.8.4

编译:

  • 编译后台:make httpd
  • 编译客户端:make httpclient

运行:

  • 运行后台:./httpd
  • 运行客户端:./httpclient port

About

给tinyhttpd加了点注释,包括server和client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages