Location:
Search - http rfc
Search list
Description: 使用了安全套接字(SSL/STL)编写的一个聊天程序
Platform: |
Size: 87491 |
Author: |
Hits:
Description: zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). These documents are also available in other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
Platform: |
Size: 483798 |
Author: fwx |
Hits:
Description: This article presents a utility that lets you retrieve raw information from web servers using HTTP s GET and POST commands.
解压后其中一个是源文件,另一个是demo
阅读代码相关参考:
http://www.rfc-editor.org/
http://www.codetools.com/index.html-This article presents a utility that lets y ou retrieve raw information from web servers us ing s HTTP GET and POST commands. unpacked which is a source document, another demo code reading relevant reference : http : / / www.rfc-editor.org/ http : / / www.codetools.com / index.html
Platform: |
Size: 62080 |
Author: 陈丽萍 |
Hits:
Description: 这是个Http协议的说明文档,做Http server时可能要用到,不错的-Http This is a documentation of the agreement, so Http server may use that good
Platform: |
Size: 643072 |
Author: 华华 |
Hits:
Description: This article presents a utility that lets you retrieve raw information from web servers using HTTP s GET and POST commands.
解压后其中一个是源文件,另一个是demo
阅读代码相关参考:
http://www.rfc-editor.org/
http://www.codetools.com/index.html-This article presents a utility that lets y ou retrieve raw information from web servers us ing s HTTP GET and POST commands. unpacked which is a source document, another demo code reading relevant reference : http :// www.rfc-editor.org/ http :// www.codetools.com/index.html
Platform: |
Size: 61440 |
Author: 陈丽萍 |
Hits:
Description: http协议-http protocol
Platform: |
Size: 479232 |
Author: huangjf |
Hits:
Description: TCP/IP协议的经典教程。几乎无所不包,想精通TCP/IP协议需要做的就是学懂此书,若还想更加精深,则请研习RFC文档。
此书是该系列的第三本,详细阐述了TCP上层的一些基本应用的协议,如http,smtp等等。该本需要第一本的基础,但不需要第二本的相关知识。-TCP/IP protocol of the classic handbook. Almost all-encompassing, to proficient TCP/IP protocol needs to be done is to understand the book, if also more profound, please study RFC documents. The book is the third in this series, a detailed explanation of the upper TCP application of some basic agreements, such as http, smtp, and so on. The first of the needs of the foundation, but it does not need the second of the relevant knowledge.
Platform: |
Size: 8557568 |
Author: daniel |
Hits:
Description: LwIP+PPP源码+RFC文档.rar-LwIP+ PPP source+ RFC documents. Rar
Platform: |
Size: 1095680 |
Author: |
Hits:
Description: 为了让我们好的了解HTTP协议的工作机理,以便开发出方便用户使用的网络资源浏览应用程序。从HTTP出现到制定相应的RFC,HTTP的版本经历了HTTP0.9 、HTTP1.0、HTTP1.1。随着协议的不断完善和面向对象开发工具的不断发展,基于协议的应用程序的开发也相应的变得容易起来。-To help us better understand the working mechanism of HTTP protocol in order to develop user-friendly network resources browser applications. Emerged from the HTTP to the development of the corresponding RFC, HTTP version experienced HTTP0.9, HTTP1.0, HTTP1.1. With the agreement, continuously improved and object-oriented development tools, the continuous development, based on the agreement, application development is also easier with the corresponding.
Platform: |
Size: 2329600 |
Author: 张求 |
Hits:
Description: MyUploader 是一款使用 http 协议(RFC 1867)用于上传文件和文件夹到一个网络服务器的简单易用的收费 Java 程序.使用托拽操作,你可以在短时间之内上传数以百计的文件.在上传文件的过程当中提供一个可视化进度条. -MyUploader is a use http protocol (RFC 1867) used to upload files and folders to a web server, easy-to-use Java program fees. The use of occasional drag operation, you can upload in a short time and several hundred of documents. In the process of upload files to provide a visualization of the progress bar.
Platform: |
Size: 749568 |
Author: likeilike |
Hits:
Description: MyDownloader 是一款使用 http 协议(RFC 1867)用于下载一个或多个文件到本地的简单易用的收费 Java 程序.使用托拽操作,你可以在一个页面内下载多个文件.在下载文件的过程当中提供一个可视化进度条. -MyDownloader is a use http protocol (RFC 1867) for download one or more documents to the local easy-to-use Java program fees. The use of occasional drag operation, you can download more than one page document. In the download file the process of visualization to provide a progress bar.
Platform: |
Size: 498688 |
Author: likeilike |
Hits:
Description: 在网络程序设计过程中,我们经常要与各种类型的代理服务器打交道,比如在企业内部网通过代理去访问Internet网上的服务器等等,一般代理服务器支持几种常见的代理协议标准,如Socks4,Socks5,Http代理,其中Socks5需要用户验证,代理相对复杂。我在查阅RFC文档和相关资料后,特总结一些TCP协议穿透代理服务器的程序片断,希望对大家有所帮助。-Procedures in the network design process, we often must deal with various types of proxy servers, such as in-house CNC had agents to visit Internet web server, etc., generally a proxy server to support several common proxy protocol standards, such as socks4 , Socks5, Http proxy, Socks5 which requires a user authentication, Deputy relatively complex. I have access to the relevant RFC documents and information, special summing up a number of TCP protocol procedures penetration clips proxy server, and they hope to be helpful to everyone.
Platform: |
Size: 6144 |
Author: 林强云 |
Hits:
Description: MD5的全称是Message-digest Algorithm 5(信息-摘要算法),在90年代初由MIT Laboratory for Computer Science和RSA Data Security Inc,的Ronald L. Rivest开发出来,经MD2、MD3和MD4发展而来。它的作用是让大容量信息在用数字签名软件签署私人密钥前被"压缩"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的大整数)。不管是MD2、MD4还是MD5,它们都需要获得一个随机长度的信息并产生一个128位的信息摘要。虽然这些算法的结构或多或少有些相似,但MD2的设计与MD4和MD5完全不同,那是因为MD2是为8位机器做过设计优化的,而MD4和MD5却是面向32位的电脑。这三个算法的描述和c语言源代码在Internet RFC 1321中有详细的描述(http://www.ietf.org/rfc/rfc1321.txt),这是一份最权威的文档,由Ronald L. Rivest在1992年8月向IETF提交。
-err
Platform: |
Size: 3072 |
Author: wangweiyang |
Hits:
Description: RFC 1945 Http1.0协议实现。对协议进行了完整面向对象设计,并实现简单的Http服务器与客户端。源码行数达4000行。-This is the source codes (over 4000 lines) about an implementation of Http 1.0 protocal with java. The object-oriented design is strictly specified by RFC-1945. And simple versions of http client and server are also included.
Platform: |
Size: 865280 |
Author: luo |
Hits:
Description: 书名《Visual C++ 网络高级编程>内容简介:本书在对Visual C 各种编程技术和TCP/IP进行系统介绍的基础上,重点讲解网络编程的高级应用、使用技巧和难点。包括基本网络编程技术,Telnet协议的实现,HTTP协议的实现,FTP协议的实现,文件下载,UDP协议的实现,ICMP协议的实现,PPP协议的实现,代理服务器的实现,ATL、DCOM、ActiveX技术,网络安全,多媒体网络编程等。
对于每个主题,书中都给出其开发要领及应用的实例和技巧,本书主要面向具有一定Visual C 网络编程基础并希望深入研究网络编程技术的读者。
ISDN:7115095639
第一章 TCP/IP协议
第二章 Winsock网络编程接口
第三章 Visual C 与网络编程
第四章 基本网络编程技术
第五章 Telnet协议的实现
第六章 HTTP协议的实现
第七章 FTP协议的实现
第八章 文件下载
第九章 UDP协议的实现
第十章 ICMP协议的实现
第十一章 PPP协议的实现
第十二章 代理服务器的实现
第十三章 ATL、DCOM和ActiveX技术
第十四章 网络安全
附录1 RFC文档分类-The title of " Visual C network of high-level programming" Description: The book of Visual C a variety of programming technologies and TCP/IP system introduced on the basis of the focus on advanced applications of network programming, the use of skills and difficulties. Including basic network programming technology, Telnet to achieve agreement, HTTP protocol to achieve, FTP to achieve agreement, document download, UDP protocol to achieve, ICMP protocol to achieve, PPP agreements achieved, the realization of a proxy server, ATL, DCOM, ActiveX technology, network security, multimedia and other network programming.
Platform: |
Size: 19465216 |
Author: 陈玲 |
Hits:
Description: HTTP standart (russian) specification RFC 2616
Platform: |
Size: 59392 |
Author: and |
Hits:
Description: 1. 支持socks5, socks4/socks4a, http tunel 的代理调度功能 (SocksCap只支持对socks代理的调度)
2. 支持多级代理链(例如 SOCKSv4 -> HTTP -> SOCKSv4 -> SOCKSv5)
3. 遵守RFC 1928, 1929, 2817协议,也就是说支持代理身份验证
4. DNS远程解析
5. 通过多级代理链进行一层层的DNS解析 -1. Support for socks5, socks4/socks4a, http tunel agent scheduling capabilities (SocksCap only supports the scheduling of the socks proxy) 2. Support multi-level proxy chain (for example, SOCKSv4-> HTTP-> SOCKSv4-> SOCKSv5) 3. To comply with RFC 1928 , 1929, 2817 agreement, which means support for proxy authentication 4. DNS remote resolution 5. through a multi-level proxy chain layers of a DNS resolution
Platform: |
Size: 5894144 |
Author: 郝雪松 |
Hits:
Description: RFC HTTP 1.3协议的中文翻译,对于研究基于HTTP的WEB交互大有帮助哦-The chinese version of RFC HTTP 1.3 protocol for your reference
Platform: |
Size: 811008 |
Author: mashikui |
Hits:
Description: http协议,学习web编程的必备知识,有助于你的web基础知识的巩固。-A rfc of HTTP.
Platform: |
Size: 651264 |
Author: 祝 |
Hits:
Description: HTTP 1.1(RFC 2616,2617 )协议的c语言实现-Partially Implements the client side of the HTTP 1.1 Protocol as Defined in RFC 2616,2617
Platform: |
Size: 1927168 |
Author: chen |
Hits: