From 97983a0ec06cf55558f136ae751f4cf0f2cb66df Mon Sep 17 00:00:00 2001 From: eidheim Date: Mon, 24 Jun 2019 08:41:37 +0200 Subject: [PATCH] Updated feature section --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 28840eb..1db283e 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,13 @@ See https://gitlab.com/eidheim/Simple-WebSocket-Server for an easy way to make W * Asynchronous request handling * Thread pool if needed * Platform independent -* HTTPS support -* HTTP persistent connection (for HTTP/1.1) -* Client supports chunked transfer encoding -* Timeouts, if any of Server::timeout_request and Server::timeout_content are >0 (default: Server::timeout_request=5 seconds, and Server::timeout_content=300 seconds) -* Simple way to add REST resources using regex for path, and anonymous functions +* HTTP/1.1 supported, including persistent connections +* HTTPS supported +* Chunked transfer encoding and server-sent events +* Can set timeouts for request/response and content +* Can set max request/response size +* Sending outgoing messages is thread safe +* Client creates necessary connections and perform reconnects when needed ### Usage