搜索资源列表
解析url或者本地文件html页面类
- 解析url或者本地文件html页面类。如可以通过如下的方式获取html页面的元素: // Create DOM from URL or file $html = file_get_html('http://www.google.com/'); // Find all images foreach($html->find('img') as $element) echo $element->src
http 消息头
- http 包头解析,不错的文档,本人从网上下载的
HttpReqParse
- 对HTTP消息进行解析,解析出消息体的内容进行分析,并将要的内容保存至指定目录的文件中。-right HTTP news analysis, the analytical news from The content analysis, the content will be kept to the designated directory paper.
HTML.Parser
- Jeff Heaton大师(http://www.jeffheaton.com)为初学者示范的HTML解析器,遵守Limited GNU Public License(LGPL)协议。其中FindLinks.cs文件是示例。-master Jeff Heaton (http :// www.jeffheaton.com) model for beginners HTML parser Limited compliance with th
HTTPProtocol
- C语言版的HTTP包头解析,符使用实例。-C language version of the HTTP header parsing, address the use of examples.
mod_tidy-0.5.5
- apach的http解析器,基于著名的http tidy,既可以校正http的W3C正确性,更可以解析出http内容
Http
- 自己平时从网上搜集的http协议解析文档-Their normally collected from the Internet http protocol analysis document
TcpIp_XieYiJieXi
- 使用MFC实现网络中包的截获并逐层分析协议,包括fr a me,arp,tcp,ip,http等协议。带界面。并有文档说明。-Use MFC to achieve the network packet intercepted and layer-by-layer analysis of the agreement, including the fr a me, arp, tcp, ip, http and other agreement
HTTPSVR
- windows下的web服务器,能够解析html等文档,并通过浏览器去显示给用户。-windows under the web server that can resolve, such as html documents, and through the browser to display to users.
nanohttp
- 轻量级的HTTP协议编码和解析库源码,易于使用的API-Lightweight HTTP protocol source code and analytical database, easy-to-use API
Http
- 用libnids实现http协议的解析,可以监控局域网内所有机器访问的网站,并记录日志。 使用前需要先配置好libnids的环境-Libnids realize using http protocol analysis, can monitor all LAN machines to visit websites and record the log. Need to use pre-configured environment l
http
- 一个html解析器,能够从指定网页中获取图片并保存。-This is a html parser, this parser can access a specified page and save the picture in your computer.
HTTP-server-source-code
- HTTP服务器源代码(http是超文本传输协议,http服务器就是能运行和解析超文本代码的)-HTTP server source code (http is the hypertext transfer protocol, http server that can run and analytical hypertext code)
http
- windows mobile上面实现的http协议,主要用于下载的,功能完全,包括http头解析等所有操作,稳定安全,在很多商业项目上面有所使用-windows mobile the http protocol to achieve the above, is mainly used to download and fully functional, including all http header analysis operatio
ry-http
- 这是一个用C语言编写的http信息的解析器。能够解析请求数据和相应数据。在关于http应用系统的开发中可以利用它。-This is a parser for HTTP messages written in C. It parses both requests and responses. Http application on the development can take advantage of it.
HttpSocket
- http下载类,可完成http包头的组装和解析。-http download class to complete the assembly and parsing http header.
http
- 基于Android的http解析测试样例,喜欢的朋友可以看看。-HTTP analytical test cases based on Android, like friends can have a look.
HTTP解析源码相关
- HTTP源码HTTP源码HTTP源码HTTP源码
http-sniffer-0.2.tar
- 该程序用来对http报文请求和响应进行解析(HTTP message parsing)
http的post发送接收数据以及xml解析
- http协议的post请求实例,发送请求,获取之后用xml解析(HTTP protocol post request instance, send request, obtained after the use of XML parsing)