diff --git a/README.md b/README.md index ee4d25e..fa4d6a9 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ See https://github.com/eidheim/Simple-WebSocket-Server for an easy way to make W ### Features +* Asynchronous * Thread pool * Platform independent * HTTPS support @@ -14,7 +15,6 @@ See https://github.com/eidheim/Simple-WebSocket-Server for an easy way to make W * 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 -* Possibility to flush response to clients synchronously (Server::Response::flush). ###Usage @@ -22,8 +22,6 @@ See http_examples.cpp or https_examples.cpp for example usage. See particularly the JSON-POST (using Boost.PropertyTree) and the GET /match/[number] examples, which are most relevant. -The default_resource includes example use of Server::Response::flush. - ### Dependencies * Boost C++ libraries