From d94755c29cce8d2499bdb72bbd09e6c99dc9398a Mon Sep 17 00:00:00 2001 From: Lammert Bies Date: Sat, 10 Dec 2016 11:55:50 +0100 Subject: [PATCH 1/2] Fixed macro name --- docs/APIReference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/APIReference.md b/docs/APIReference.md index 72141b93..e1b0a8b1 100644 --- a/docs/APIReference.md +++ b/docs/APIReference.md @@ -11,7 +11,7 @@ the API can be found in [Embedding.md](Embedding.md). | Macro | Description | | :--- | :--- | -| **`CIVETWEB_VERSION`** | The current version of the website as a string with the major and minor version number seperated with a dot. For version 1.9, this string will for example have the value "1.9" | +| **`LIBHTTP_VERSION`** | The current version of the website as a string with the major and minor version number seperated with a dot. For version 1.9, this string will for example have the value "1.9" | ## Structures From 4d1822161d71ee469a249342d12e489d0c62bc64 Mon Sep 17 00:00:00 2001 From: Lammert Bies Date: Sat, 10 Dec 2016 11:56:23 +0100 Subject: [PATCH 2/2] Update APIReference.md --- docs/APIReference.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/APIReference.md b/docs/APIReference.md index e1b0a8b1..1406cbca 100644 --- a/docs/APIReference.md +++ b/docs/APIReference.md @@ -1,7 +1,7 @@ -# Libhttp API Reference +# LibHTTP API Reference -Libhttp is often used as HTTP and HTTPS library inside a larger application. -A C API is available to integrate the Libhttp functionality in a larger +LibHTTP is often used as HTTP and HTTPS library inside a larger application. +A C API is available to integrate the LibHTTP 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