/little

Small HTTP server

Primary LanguageC

Dependencies
============
To build from source, you'll need to have the following software installed
* cmake
* jemalloc

Tests
=====

If you which to launch tests (make test), you'll need in addition:
* perl
* wget
* Apache's ab
* diff
* to chmod 0 tests/not_readable.html

Code coverage reported by gcov is about 75%, with the test suite.

Running little
==============

Executing ./little should be enough, it will listen for requests on
"0.0.0.0:8080", see "struct configuration config" in little.c to change
those settings.