WChCh / EHS

Embedded HTTP Server (EHS) is a C++ class library which can be inherited from to add HTTP(S) server functionality to any class or application. It is easily extendable (samples included) and supports SSL, form data via POST or GET, uploads via multi-part form attachments and WebSockets. Operation modes include single- and multi-threaded operation. Forked from: http://sourceforge.net/projects/ehs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This isn't really done yet.

EHS is distributed under version 2.1 of the LGPL as described in COPYING.

Check out INSTALL for installation notes.

check out ehs_development_guide.txt for how to develop using EHS.

About

Embedded HTTP Server (EHS) is a C++ class library which can be inherited from to add HTTP(S) server functionality to any class or application. It is easily extendable (samples included) and supports SSL, form data via POST or GET, uploads via multi-part form attachments and WebSockets. Operation modes include single- and multi-threaded operation. Forked from: http://sourceforge.net/projects/ehs/

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 56.8%Language:M4 24.5%Language:CMake 13.2%Language:Perl 3.0%Language:Makefile 1.3%Language:Inno Setup 1.0%Language:Shell 0.2%Language:C 0.1%