Note in API docs: The official API is C, not C++

There is just a minimal C++ wrapper without documentation,
ongoing development or test.
This commit is contained in:
bel2125 2020-07-13 00:39:35 +02:00
parent a107ddd4f6
commit a3174a58fb

View File

@ -2,12 +2,18 @@
CivetWeb is often used as HTTP and HTTPS library inside a larger application.
A C API is available to integrate the CivetWeb functionality in a larger
codebase. A C++ wrapper is also available, although it is not guaranteed
that all functionality available through the C API can also be accessed
from C++. This document describes the public C API. Basic usage examples of
codebase.
This document describes the public C API. Basic usage examples of
the API can be found in [Embedding.md](Embedding.md), as well as in the
examples directory.
A C++ wrapper for some basic features is also available.
Note that only a small subset of the functionality available through the
C API can be accessed using this C++ wrapper. The C++ wrapper is not unit
tested, and there is no C++ API documentation equivalent to this C API
documentation.
## Macros
| Macro | Description |