搜索资源列表
HTTPClient
- This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirecti
downloadFileExNet
- An internaet downloader sample (winsock based) with resume support (is supported by the download server) and chunked downloading technology
http_chunk_demo
- C语言实现对chunked方式传输的http响应报文进行解析的示例程序-The C language http chunked transmitted response packet parsing example program
http_chunk_demo
- C语言实现,模拟chunked分块的http下载,chunked编码的是将大块数据分解成多块小数据,每块都可以自指定长度,也就是,解析http头的content-length属性,并不能知道详细的文件大小。 此Demo在一边接收数据,一边在缓冲区中组装,占用内存极少,效率极高。-C language, simulated chunked.http download, chunked encoding is to chunk data into multiple small data bloc
http_chunk_demo
- http回应包中大量使用gzip+chunked的格式,程序将这种格式的回应包先进行重组然后再解压缩,最后得到明文。-http extensive use gzip+chunked response packet format, the program will respond to the package in this format prior to restructure then decompressed, and finally get the plaintext.