bel2125 9f0374c4f0 Add HTTPS server configuration example and create new demo certificates 8 years ago
..
_obsolete ada2be4733 Move superseded examples in "obsolete" folder 8 years ago
embedded_c 8ab8f3d8bf Fix copy paste error in example 8 years ago
embedded_cpp f590189b23 Improve example how to use websockets in C++ 8 years ago
https 9f0374c4f0 Add HTTPS server configuration example and create new demo certificates 8 years ago
README.md 9f0374c4f0 Add HTTPS server configuration example and create new demo certificates 8 years ago

README.md

Examples

These examples show how to embed civetweb into a C (embedded_c) or a C++ (embedded_cpp) application. The C++ wrapper only offers a subset of the full C API, thus the C example is more complete than the C++ example.

In addition, there is one example how to configure a HTTPS server, to comply with modern security standards (https). It does not hold any source, but only a configuration file and some documentation how to use it.

Some no longer maintained examples can be found in the "obsolete" folder. It is not guaranteed that they work in the current version - they are kept for reference, but might be removed in the future.

All examples are subject to the MIT license (unless noted otherwise) - it comes without warranty of any kind.