From 2ec5c807fca072896f2e1af0c146082b281906e2 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Tue, 22 Jul 2025 11:33:08 +0200 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bad41b..51360e6 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,13 @@ int main(void) # Features & Limitations -* HTTP 1.1 +* HTTP 1.1 client and server * Fully non-blocking * Cross-Plafrorm (Windows & Linux) -* TLS support (OpenSSL) +* HTTPS support (using OpenSSL) * Virtual Hosts * Single-threaded +* Zero-copy interface ## Scalability