Skip to content

mpapierski/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

http-server is a multi-platform HTTP server library with a focus on asynchronous I/O.

Features

  • External event loop support
  • HTTP/1.1 support
  • C89 compatible

Documentation

Official API documentation

TBA.

See examples and tests.

Build Instructions

$ mkdir build
$ cd build
$ cmake ..
$ make

Building tests:

$ make tests

Coverage report:

$ make coverage

(requires lcov)

Windows

Not supported yet.

About

100% async http-server library written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published