From c41c5fb8a949c986cbf30939a2b426d0a907d513 Mon Sep 17 00:00:00 2001 From: yhirose Date: Sat, 14 Feb 2026 23:22:42 -0500 Subject: [PATCH] Revise README features section and header Updated section headers and improved feature list formatting. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f0b6dff..d5e75bd 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,13 @@ It's extremely easy to set up. Just include the **httplib.h** file in your code! > [!IMPORTANT] > This library uses 'blocking' socket I/O. If you are looking for a library with 'non-blocking' socket I/O, this is not the one that you want. -## Features +## Main Features - HTTP Server/Client -- TLS support (OpenSSL, MbedTLS) -- WebSocket -- Content compression (gzip, Brotli, zstd) +- SSL/TLS support (OpenSSL, MbedTLS) +- [Stream API](README-stream.md) +- [Server-Sent Events](README-sse.md) +- [WebSocket](README-websocket.md) ## Simple examples