We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab96f72 commit c41c5fbCopy full SHA for c41c5fb
README.md
@@ -9,12 +9,13 @@ It's extremely easy to set up. Just include the **httplib.h** file in your code!
9
> [!IMPORTANT]
10
> 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.
11
12
-## Features
+## Main Features
13
14
- HTTP Server/Client
15
-- TLS support (OpenSSL, MbedTLS)
16
-- WebSocket
17
-- Content compression (gzip, Brotli, zstd)
+- SSL/TLS support (OpenSSL, MbedTLS)
+- [Stream API](README-stream.md)
+- [Server-Sent Events](README-sse.md)
18
+- [WebSocket](README-websocket.md)
19
20
## Simple examples
21
0 commit comments