资源简介
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
相关资源
- windows下自动FTP脚本
- 如何获取Windows系统登陆用户名
- Windows主机操作系统安全加固规范 中文
- windows下socket 可以传输图片,压缩包等
- labwindows的串口源码
- 在安装Exchange2003服务器时Windows Serve
- optionalfeatures.exe(windows 2008下的服务管
- windows内科安全与驱动开发,minifilte
- WINDOWS聊天课程设计报告
- windows intel_sdk_for_opencl
- LabWindowsCVI 2013破解版
- wget1.11.4 for windows
- Intel Parallel Studio XE 2018 Update 1 Windows
- windows DHCP服务安装包
- 文件详细信息修改器.exe
- 自己写的WINDOWS附件中的科学计算器,
- 西南科技大学windows网络程序设计实验
- sebek_win32客户端
- window平台 ncat工具
- windows上删除当前目录下指定的文件
- windowsService--实现文本的定时写数据操
- 磁盘调度算法.docx
- VNC-Viewer-5.0.3-Windows-32bit.exe
- IntelliJ-IDEA Windows 过度到 Mac 必备快捷
- 删除windows系统所有驱动,包括后安装
- cuda_9.0.176 windows7 local版本
- windows平台抓屏源代码
- Quartus_II_15.0破解器_Windows版
- Windows虚拟键码中文参考
- windows10一键优化批处理关闭一些占用
评论
共有 条评论