From 5c1cca6a2f0bc0d0a54bf5244f2a77f1111c40f7 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Tue, 22 Jul 2025 12:13:21 +0200 Subject: [PATCH] Update README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ed9e00..39b4933 100644 --- a/README.md +++ b/README.md @@ -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