Update README

This commit is contained in:
2025-07-22 12:13:21 +02:00
parent 536657b9ed
commit 5c1cca6a2f
+5 -4
View File
@@ -4,12 +4,13 @@ cHTTP is an HTTP **client and server** library for C with minimal dependencies a
Here is a list of features:
* HTTP 1.1 client and server
* Fully non-blocking
* Cross-Platform (Windows & Linux)
* HTTPS support (using OpenSSL)
* Non-blocking
* Cross-Platform
* Minimal dependencies
* HTTPS support
* Virtual Hosts
* Single-threaded
* Zero-copy interface
* Ergonomic API
## Getting Started