Update README.md
This commit is contained in:
parent
7aae65b1b5
commit
8818a4c8e0
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ See also https://github.com/eidheim/Simple-WebSocket-Server for an easy way to m
|
||||||
* HTTP persistent connection (for HTTP/1.1)
|
* HTTP persistent connection (for HTTP/1.1)
|
||||||
* Client supports chunked transfer encoding
|
* 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)
|
* 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 for instance regex for path, and anonymous functions
|
* Simple way to add REST resources using regex for path, and anonymous functions
|
||||||
* Possibility to flush response to clients both synchronously (Server::flush) and asynchronously (Server::async_flush).
|
* Possibility to flush response to clients both synchronously (Server::flush) and asynchronously (Server::async_flush).
|
||||||
|
|
||||||
###Usage
|
###Usage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue