Skip to content

mpapierski/http-server

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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