摘要:
C语言编程写的一个http下载程序,需要知道http协议,参照的是RFC2616文档(比较权威)/******* http客户端程序 httpclient.c ************/#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <sys/socket.h>#include <errno.h>#include <unistd.h>#include <netinet/in.h&g 阅读全文
posted @ 2012-04-07 00:20
软件实现——第二组
阅读(656)
评论(2)
推荐(0)

浙公网安备 33010602011771号