Skip to content

Commit c41c5fb

Browse files
authored
Revise README features section and header
Updated section headers and improved feature list formatting.
1 parent ab96f72 commit c41c5fb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ It's extremely easy to set up. Just include the **httplib.h** file in your code!
99
> [!IMPORTANT]
1010
> 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.
1111
12-
## Features
12+
## Main Features
1313

1414
- HTTP Server/Client
15-
- TLS support (OpenSSL, MbedTLS)
16-
- WebSocket
17-
- Content compression (gzip, Brotli, zstd)
15+
- SSL/TLS support (OpenSSL, MbedTLS)
16+
- [Stream API](README-stream.md)
17+
- [Server-Sent Events](README-sse.md)
18+
- [WebSocket](README-websocket.md)
1819

1920
## Simple examples
2021

0 commit comments

Comments
 (0)