All Projects → reagent → Http

reagent / Http

Simple HTTP client in C

Programming Languages

c
50402 projects - #5 most used programming language

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

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].