1、摘 要 - I - 信息与软件工程学院 课程设计报告 题目全称:题目全称: 用户邮件代理用户邮件代理 课程名称:课程名称: 计算机网络基础计算机网络基础 摘摘 要要 在 Visual Studio 2010 环境下开发程序,完成了一个简单的 HTTP Web 服务器,能 够实现 HTTP 协议请求报文解析,根据请求内容执行相应动作,并返回响应报文,实现 GET 和 POST 方法。为发送方提供了图形界面,用户可输入发送者电子邮件地址、接收 者电子邮件地址、报文主题及报文本身,能够将客户机邮件采用恰当的数据结构存储起 来,实现用户邮件的发送和命令的接收。在软件设计过程中,将数据部分与控制逻辑和
2、现实部分分开,降低了设计的复杂度。在操作上完成的效果也很好,很好地完成了实验 要求。 关键词:关键词:Visual Studio 2010 环境,HTTP Web 服务器,报文解析,响应报文。 Abstract - II - ABSTRACTABSTRACT In the environment of Visual Studio 2010, have completed a simple program about HTTP Web server, HTTP protocol request message parsing, perform the appropriate action bas
3、ed on the contents of the request and returns a response packet, GET and POST methods. Provides a graphical interface for the sender, the user can enter the e-mail address of the sender, recipient e-mail address, the theme of packets and packets can be client mail using appropriate data structure st
4、ored user mail send and command reception. The data portion of the control logic in the software design process, and separated from the real part, reducing the complexity of the design. The operation completed effect is also very good, well done experimental requirements. Keywords: the environment of Visual Studio 2010, HTTP Web server, message parsing, response packet 目 录 - III - 目录目录 第一章 绪论 . 1 1.1 选题背景及意义 1 1.2 国内外研究现状