libevent http client
摘要:
#include <errno.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <event2/event.h>#include <event2/buffer.h>#include <event2/http.h>#include <event2/http_struct.h>struct download_context{ struct evhttp_uri *uri; struct event_base *bas 阅读全文
posted @ 2013-05-14 09:34 keep_simple 阅读(3154) 评论(0) 推荐(0)
浙公网安备 33010602011771号