-
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟...
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟一个对象(如:文件index.html)的GET回应(如:回应一个字符串),对于其他的对象,则根据Http响应格式回应对象不存在信息。
3 通过浏览器可检测自己的程序。如:输入http://the.ip.of.your.pc:serverPort/index.html,查看其响应结果。
4 对http请求的处理必须采用多进程实现,即主进程负责等待请求连接,每当收到一个请求后,产生一个子进程对该请求做单独处理,主进程继续等待新请求,子进程在处理完其请求后结束自己。详细要求参考课本要求。(多进程编程参考函数fork())
-Http familiar with the agreement of the request and response format, write a simple Http server.
Basic requirements:
Http parsing a proper request, to achieve a simple GET request to respond.
2 analog an object (such as: file index.html) of the GET response (such as: in response to a string), for other objects, then according to Http response format, the information to respond to the object does not exist.
3 can be detected through the browser s own procedures. Such as: Enter http://the.ip.of.your.pc:serverPort/index.html, see the results of its response.
4 pairs of http request processing must be used to achieve multi-process
- 2023-04-01 20:15:03下载
- 积分:1
-
一个简单的能实现PING功能的小程序,可以控制PING的数据包的个数。...
一个简单的能实现PING功能的小程序,可以控制PING的数据包的个数。-a simple achieve PING function of small programs will be able to control the PING number of data packets.
- 2022-10-09 15:50:02下载
- 积分:1
-
IPMSG的所有原代码哦。。
有一定的学习研究作用 大家可以下载来...
IPMSG的所有原代码哦。。
有一定的学习研究作用 大家可以下载来-IPMSG Oh, all the original code. . Study has a certain role in U.S. can be downloaded to
- 2022-02-01 14:44:26下载
- 积分:1
-
ftp协议的server端的编写,利用socket编程编写的ftp协议的server端。...
ftp协议的server端的编写,利用socket编程编写的ftp协议的server端。-ftp protocol server side of the preparation, the use of socket programming prepared by the ftp protocol server-side.
- 2022-04-18 05:09:54下载
- 积分:1
-
一个简单实用的网络TCP/IP测试程序源代码,不修改 即可完成普通测试,在此基础上修改后,即可得到特定的程序。...
一个简单实用的网络TCP/IP测试程序源代码,不修改 即可完成普通测试,在此基础上修改后,即可得到特定的程序。-a simple and practical network TCP/IP testing program"s source code can be completed without amending the general test, on the basis of this revision, can be a particular procedure.
- 2022-03-17 19:08:46下载
- 积分:1
-
Snowman Forum v2.1 simple Meihuaban support access, the Slammer
雪人论坛 v2.1 简单美化版,支持access、SqlServer -Snowman Forum v2.1 simple Meihuaban support access, the Slammer
- 2022-07-07 12:27:23下载
- 积分:1
-
TCP发包客户端编程,可以设置目的IP,目的端口
TCP发包客户端编程,可以设置目的IP,目的端口-TCP client contract programming, you can set the purpose of IP, destination port
- 2022-06-27 03:59:45下载
- 积分:1
-
存取netware服务的程序
存取netware服务的程序-A program which realises netware access service
- 2022-11-01 13:30:02下载
- 积分:1
-
Blog part of the solution code, sub
解决部分博客代码,次代码适用与各种博客,基本的开发流程也是如此-Blog part of the solution code, sub-code the application with a variety of blog, the development of the basic flow is also true
- 2022-03-15 15:51:59下载
- 积分:1
-
vc++6.0开发的ping程序,界面美观,使用方便,具有很高的参考价值....
vc++6.0开发的ping程序,界面美观,使用方便,具有很高的参考价值.-vc 6.0 ping development of the procedures, beautiful interface, easy to use, have a very high reference value.
- 2022-01-26 00:08:47下载
- 积分:1