Update README

This commit is contained in:
2025-07-22 11:37:05 +02:00
parent 2ec5c807fc
commit f810d284a9
+2 -2
View File
@@ -1,5 +1,5 @@
# cHTTP # cHTTP
cHTTP is an HTTP client and server library for C with minimal dependencies and distributed as a single chttp.c file. cHTTP is an HTTP **client and server** library for C with minimal dependencies and **distributed as a single chttp.c** file.
## Example ## Example
@@ -59,7 +59,7 @@ int main(void)
* HTTP 1.1 client and server * HTTP 1.1 client and server
* Fully non-blocking * Fully non-blocking
* Cross-Plafrorm (Windows & Linux) * Cross-Platform (Windows & Linux)
* HTTPS support (using OpenSSL) * HTTPS support (using OpenSSL)
* Virtual Hosts * Virtual Hosts
* Single-threaded * Single-threaded