http-Client

所属分类:网络编程
开发工具:C/C++
文件大小:20KB
下载次数:42
上传日期:2015-03-19 08:45:21
上 传 者Simon Ye
说明:  一个简单易用的Http-Client 纯C代码,亲测可用
(A simple Http Client Source Code build by C)

文件列表:
http-Client (0, 2015-03-19)
http-Client\.svn (0, 2015-03-19)
http-Client\.svn\entries (3, 2015-03-19)
http-Client\.svn\format (3, 2015-03-19)
http-Client\.svn\pristine (0, 2015-03-19)
http-Client\.svn\pristine\02 (0, 2015-03-19)
http-Client\.svn\pristine\02\02086260261b242aae85d4c70d6d428e8619ae5f.svn-base (390, 2015-03-19)
http-Client\.svn\pristine\06 (0, 2015-03-19)
http-Client\.svn\pristine\06\06a1fd58538e2eec6263b9f786c2dcb8d7171fd3.svn-base (2965, 2015-03-19)
http-Client\.svn\pristine\38 (0, 2015-03-19)
http-Client\.svn\pristine\38\38324f2f83eb161885fb9ccf60253b3cde9d592b.svn-base (1347, 2015-03-19)
http-Client\.svn\pristine\67 (0, 2015-03-19)
http-Client\.svn\pristine\67\671c1854b1801dad16aa84551043f11af9e9ef5d.svn-base (436, 2015-03-19)
http-Client\.svn\pristine\86 (0, 2015-03-19)
http-Client\.svn\pristine\86\867173b9f398f696fca67ee1cbc9ca7bec32cf9d.svn-base (425, 2015-03-19)
http-Client\.svn\pristine\a0 (0, 2015-03-19)
http-Client\.svn\pristine\a0\a02fa7029e09a5bd14c51fc7981c319030be7b52.svn-base (16, 2015-03-19)
http-Client\.svn\pristine\b0 (0, 2015-03-19)
http-Client\.svn\pristine\b0\b095571f0796aa6cb7b1b63839233c085871a602.svn-base (93, 2015-03-19)
http-Client\.svn\pristine\c2 (0, 2015-03-19)
http-Client\.svn\pristine\c2\c26b510344ec7f91c6d366392adb93f969ed22d0.svn-base (2345, 2015-03-19)
http-Client\.svn\pristine\e6 (0, 2015-03-19)
http-Client\.svn\pristine\e6\e6d2ceef4d8f108645aac0ba3bd96b9e7cd9d645.svn-base (386, 2015-03-19)
http-Client\.svn\pristine\f7 (0, 2015-03-19)
http-Client\.svn\pristine\f7\f71d41063802373cd7519f386020bd6f11e522b3.svn-base (620, 2015-03-19)
http-Client\.svn\tmp (0, 2015-03-19)
http-Client\.svn\wc.db (39936, 2015-03-19)
http-Client\branches (0, 2015-03-19)
http-Client\trunk (0, 2015-03-19)
http-Client\trunk\Makefile (436, 2015-03-19)
http-Client\trunk\src (0, 2015-03-19)
http-Client\trunk\src\connect.c (2345, 2015-03-19)
http-Client\trunk\src\connect.h (425, 2015-03-19)
http-Client\trunk\src\dbg.h (390, 2015-03-19)
http-Client\trunk\src\http.c (1347, 2015-03-19)
http-Client\trunk\src\url.c (2965, 2015-03-19)
http-Client\trunk\src\url.h (386, 2015-03-19)
... ...

# A simple C http client This is just a simple implementation of an HTTP client written in C. It uses the included library to initialize and build a dynamically growable buffer. ## Dependencies * [uriparser](http://uriparser.sourceforge.net/) -- TODO: build instructions ## Installation Once all dependencies are installed, run these commands to build included dependencies and the client itself: $ git submodule init && git submodule update $ cd vendor/buffer && make && cd - $ make ## Usage The client takes a single parameter -- the URL to fetch: $ ./bin/http http://example.com/foobar.html

近期下载者

相关文件


收藏者