keep_simple

导航

2013年5月14日 #

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)