mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-12 03:38:30 +00:00
Revise README features section and header
Updated section headers and improved feature list formatting.
This commit is contained in:
@@ -9,12 +9,13 @@ It's extremely easy to set up. Just include the **httplib.h** file in your code!
|
|||||||
> [!IMPORTANT]
|
> [!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.
|
> 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
|
- HTTP Server/Client
|
||||||
- TLS support (OpenSSL, MbedTLS)
|
- SSL/TLS support (OpenSSL, MbedTLS)
|
||||||
- WebSocket
|
- [Stream API](README-stream.md)
|
||||||
- Content compression (gzip, Brotli, zstd)
|
- [Server-Sent Events](README-sse.md)
|
||||||
|
- [WebSocket](README-websocket.md)
|
||||||
|
|
||||||
## Simple examples
|
## Simple examples
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user