Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

reagent/http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

10 Commits

Repository files navigation

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

About

Simple HTTP client in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /