https://github.com/cloudbase/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/
https://github.com/cloudbase/ehs
Last synced: 4 months ago
JSON representation
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/
- Host: GitHub
- URL: https://github.com/cloudbase/ehs
- Owner: cloudbase
- License: lgpl-2.1
- Created: 2014-04-25T13:53:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T15:25:26.000Z (over 5 years ago)
- Last Synced: 2025-07-03T14:08:59.313Z (7 months ago)
- Language: C++
- Size: 433 KB
- Stars: 7
- Watchers: 3
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog.old
- License: COPYING
Awesome Lists containing this project
README
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.