Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 349 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 349 Bytes

A simple event loop based HTTP file server in C, using libevent v1 and http-parser.

The http-parser sources are included. You will need the libevent v1 shared libraries. Use 'make' to build on OpenBSD, or 'make linux' to build on linux.

NOTE: This is intended as a minimal tech demo, and is not designed for production use in public environments.