-
熟悉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
-
C#/ASP.NET development of the web site statistics system, functions very compreh...
C#/ASP.NET开发的网站统计系统,功能很全面,使用便捷。适合中小型网站使用。-C#/ASP.NET development of the web site statistics system, functions very comprehensive and easy to use. Suitable for small and medium-sized sites.
- 2022-07-19 06:38:37下载
- 积分:1
-
有关计算机的ip信息
有关计算机的ip信息-on computer information ip
- 2022-08-31 15:45:03下载
- 积分:1
-
使用Shell Browser列出/查找网上的机器名
使用Shell Browser列出/查找网上的机器名 -Listing and Searching the name of the machines in network
- 2023-07-28 10:00:03下载
- 积分:1
-
内含2份关于权限管理的付费论文和一份基于RBAC的权限管理设计...
内含2份关于权限管理的付费论文和一份基于RBAC的权限管理设计-Intron 2 of the pay-rights management on the papers and a RBAC-based design of rights management
- 2022-05-13 05:52:19下载
- 积分:1
-
一个轻量级网络编程框架 前面上传的socketman是跨平台的C++版本,我弄成VC版本了,请站长达人修改一下。...
一个轻量级网络编程框架 前面上传的socketman是跨平台的C++版本,我弄成VC版本了,请站长达人修改一下。-a lightweight framework for network programming uploaded socketman ahead of cross-platform C version, I ended up version of the VC, with many people again.
- 2022-05-09 13:53:58下载
- 积分:1
-
计算机网络课件。好的课件。我们是福州大学课件…
计算机网络的课件。很好的课件。我们福州大学的课件就是用这个-Courseware computer networks. Good courseware. We are Fuzhou University courseware is to use this
- 2022-03-18 02:43:29下载
- 积分:1
-
ASP.NET2005(C#)+ACCESS实现的在线活动发布管理网站,自行开发并在网络运行的哦。有兴趣的人可以下载参考下!...
ASP.NET2005(C#)+ACCESS实现的在线活动发布管理网站,自行开发并在网络运行的哦。有兴趣的人可以下载参考下!-ASP.NET2005 (C#)+ ACCESS to achieve release management website online activities, self-development and in the network of Oh. Those who are interested can download the reference to the next!
- 2022-06-14 21:24:01下载
- 积分:1
-
用VC写的winsock聊天程序,分服务器和客户机俩个程序,是学习winsock很好的源码!...
用VC写的winsock聊天程序,分服务器和客户机俩个程序,是学习winsock很好的源码!- Winsock writes which with VC chats the procedure, divides the
server and a client pairs procedure, studies the winsock very good
source code!
- 2023-02-28 07:35:03下载
- 积分:1
-
a simple online chat network server, online chat
一个简单的网络聊天服务器,在线聊天
- 2022-03-01 01:01:38下载
- 积分:1