搜索资源列表
http服务器
- 一个fttp编程原码,架构齐备,对学习网络编程的朋友 有一定的参考价值-a fttp original programming code, complete framework for the study of network programming friend has some reference value
sniffer-0.5.tar
- * A ncurses user interface. * Network statistics to view the amount of packets and data in many different protocols, interfaces and hosts. * View what active TCP connections are on the network. * View UDP packets. * View and log ICMP pac
HTTP代理服务器(czy)
- 本章实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-chapter achieve a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, inc
HTTP代理Delphi源代码
- 这是一个HTTP代理源程序,我是在网上找到的,Delphi源代码.rar。-This is a HTTP proxy source, I found on the Internet, Delphi source code. Rar.
simple-http-server
- 该工程实现了一个简单的http服务器,如果您想编写一个自己的web服务器,可以参考本程序。-the project to achieve a simple http server, if you want to prepare their own web server, the reference to the procedures.
HTTP.rar
- 用C++实现的HTTP Web下载,两种方式实现: 1.WinInet(这种方式很简单,但不是很灵活) 2.WinSock(也就是Socket,这种方式有点繁琐,但是可以自定义发送HTTP的报文头和接收响应头,很灵活) 因作者编程水平有限,错误之处,在所难免,欢迎批评指正。 ,Using C++ to achieve the HTTP Web download, the realization of two ways: 1.WinInet (in this way is very simp
获取一个http响应的数据
- 通过socket编程,向一个ip地址发去一个请求,获取一个http响应的数据。-Get a http response data.
http
- http协议传输的代码,包含全部实现文件和头文件,使用的时候需要修改相应涉及ip的代码.-http agreement transmission code, contains completely realizes the document and a document, use time needs to revise correspondingly involves ip the code
通过HTTP协议下载的程序
- 用来通过HTTP协议下载的程序,支持断点续传和多线程下载。 注意,该程序一次只能下载一个任务,那个列表虽然可以拉很多进去,不过是摆设。-HTTP protocol to download through the procedures, support HTTP download and multithreading. Note that this procedure can only be downloaded once a task that although the list can pul
http
- 一个html解析器,能够从指定网页中获取图片并保存。-This is a html parser, this parser can access a specified page and save the picture in your computer.
HTTP-Server
- Windows下面的一个HTTP-Server的源代码-Windows following a HTTP-Server source code
HTTP
- HttpSvr是一个用MFC编写的简单web server应用程序.-HttpSvr is an MFC sample web server application. It operates as a single-document interface application, configured with an HttpSvr Configuration file (.HSC). You create HSC files by selecting "Save" from the
http
- 只要按照HTTP协议发送request,然后对接收到的数据进行分析,如果页面上还有href之类的链接指向标志就可以进行深一层的下载了-As long as in accordance with the HTTP protocol to send request, then docking analysis of the data received, if the pages have links like href signs point to a deeper level can be car
HTTP
- 实现http超文本传送协议的小程序,简洁易用-Http hypertext transfer protocol to achieve a small program, simple and easy to use
Http
- http协议,学习web编程的必备知识,有助于你的web基础知识的巩固。-A rfc of HTTP.
API_http
- API实现HTTP请求模拟POST提交数据源码-API to achieve simulated HTTP request POST to submit data source
http
- 一个用java写的简单的WEB服务器和浏览器,对于相关的学习者有点帮助,可以初步了理一下整个模型的编写-Using java to write a simple WEB server and browser, for a little help learners related, can initial the management about the preparation of the model
HTTP权威指南
- 本书中,我们会将HTTP中一些互相关联且常被误解的规则梳理清楚,并编写了一系列 基于各种主题的章节介绍HTTP各方面的特性。纵观全书,我们对HTTP“为什么”这 样做进行了详细的解释,而不仅仅停留在它是“怎么做”的。而且,为了节省大家寻找 参考文献的时间,我们还介绍了很多HTTP应用程序正常工作所必需且重要的非HTTP 技术。在条理清晰的附录中,可以找到按照字母排序的首部参考(这些首部构成了最常 见的HTTP文本的基础)。我们希望这种概念性的设计有助于读者更好地使用HTTP。(In t
http-inuse
- 一个http server的调试程序,可以测试服务端的报文及数据处理过程。(A HTTP server debugger, you can test the server's message and data processing process.)
HTTP协议详解
- 介绍了网络通信协议HTTP的具体内容,对掌握网络协议由一定的帮助(Introduced the specific content of the network communication protocol HTTP, to help grasp the network protocol by a certain amount of help)