資源簡介
TinyHTTPd是一個開源的簡易學習型的HTTP服務器,項目主頁在:http://tinyhttpd.sourceforge.NET/,源代碼下載:https://sourceforge.Net/projects/tinyhttpd/,因為是學習型的代碼,已經有好多年沒更新了,也沒什么更新必要,整個代碼才500多行,10多個函數,對于學習HTTP服務器的原理來說非常有幫助,把代碼讀一遍,再按照執行處理流程調試一下,基本上可以搞清楚Web服務器在收到靜態頁面請求和CGI請求的一些基本處理邏輯。
本代碼主要是將TinyHTTPd進行一些簡單移植,使其可以在Windows上面運行調試,讓只有Windows開發調試環境的小伙伴也能夠學習學習。
修改明細可以參考:http://blog.csdn.net/magictong/article/details/53201038

代碼片段和文件信息
//?stdafx.cpp?:?source?file?that?includes?just?the?standard?includes
//?tinyhttp.pch?will?be?the?pre-compiled?header
//?stdafx.obj?will?contain?the?pre-compiled?type?information
#include?“stdafx.h“
//?TODO:?reference?any?additional?headers?you?need?in?STDAFX.H
//?and?not?in?this?file
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-11-17?15:49??tinyhttpd_for_win\
?????目錄???????????0??2016-11-17?15:23??tinyhttpd_for_win\htdocs\
?????目錄???????????0??2016-11-17?14:33??tinyhttpd_for_win\htdocs\cgi\
?????文件???????????0??2016-11-16?23:56??tinyhttpd_for_win\htdocs\cgibat
?????文件???????????0??2016-11-16?23:56??tinyhttpd_for_win\htdocs\cgipost
?????文件???????????0??2016-11-16?23:56??tinyhttpd_for_win\htdocs\cgipy
?????文件?????????305??2016-11-17?02:48??tinyhttpd_for_win\htdocs\cgi\cgipost.py
?????文件?????????242??2016-11-17?02:09??tinyhttpd_for_win\htdocs\cgi\p.bat
?????文件?????????284??2016-11-16?23:38??tinyhttpd_for_win\htdocs\cgi\p.py
?????文件?????????479??2001-04-22?06:03??tinyhttpd_for_win\htdocs\check.cgi
?????文件?????????320??2001-04-22?06:03??tinyhttpd_for_win\htdocs\color.cgi
?????文件????????5987??2016-10-19?20:41??tinyhttpd_for_win\htdocs\cookies.html
?????文件????????1511??2016-11-17?15:28??tinyhttpd_for_win\htdocs\detect.html
?????目錄???????????0??2016-11-17?14:33??tinyhttpd_for_win\htdocs\dir\
?????文件?????????218??2001-04-22?06:03??tinyhttpd_for_win\htdocs\dir\index.html
?????文件?????????226??2016-11-17?15:22??tinyhttpd_for_win\htdocs\index.html
?????文件?????????226??2016-11-17?15:22??tinyhttpd_for_win\htdocs\index2.html
?????文件?????????308??2001-04-22?08:10??tinyhttpd_for_win\htdocs\README
?????文件?????????295??2016-11-14?20:44??tinyhttpd_for_win\stdafx.cpp
?????文件?????????566??2016-11-17?14:20??tinyhttpd_for_win\stdafx.h
?????文件???????17884??2016-11-16?17:44??tinyhttpd_for_win\ThreadProc.h
?????文件???????14698??2016-11-17?14:28??tinyhttpd_for_win\tinyhttp.cpp
?????文件???????15872??2016-11-17?14:31??tinyhttpd_for_win\tinyhttp.exe
?????文件?????????880??2016-11-14?20:44??tinyhttpd_for_win\tinyhttp.sln
?????文件????????4642??2016-11-17?14:30??tinyhttpd_for_win\tinyhttp.vcproj
?????文件??????167683??2016-11-17?15:36??tinyhttpd_for_win\Tinyhttpd?for?Windows.docx
?????文件????????7286??2016-11-17?02:53??tinyhttpd_for_win\windowcgi.cpp
?????文件????????1017??2016-11-17?02:29??tinyhttpd_for_win\windowcgi.h
- 上一篇:計算機網絡之小區網絡設計方案
- 下一篇:flask實現登陸(驗證碼)的demo
評論
共有 條評論