atanisoft / HttpServer

HTTP Server implemented using OpenMRN StateFlow patterns.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HttpServer

This is a library providing a state machine based HTTP server. This server is build on top of the OpenMRN library using BSD sockets APIs. The OpenMRN library is an optional dependency and when not included a stripped down version will be used instead.

About

HTTP Server implemented using OpenMRN StateFlow patterns.

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 99.4%Language:CMake 0.6%