Updated feature section
This commit is contained in:
parent
e75f162d8b
commit
97983a0ec0
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
|
@ -10,11 +10,13 @@ See https://gitlab.com/eidheim/Simple-WebSocket-Server for an easy way to make W
|
||||||
* Asynchronous request handling
|
* Asynchronous request handling
|
||||||
* Thread pool if needed
|
* Thread pool if needed
|
||||||
* Platform independent
|
* Platform independent
|
||||||
* HTTPS support
|
* HTTP/1.1 supported, including persistent connections
|
||||||
* HTTP persistent connection (for HTTP/1.1)
|
* HTTPS supported
|
||||||
* Client supports chunked transfer encoding
|
* Chunked transfer encoding and server-sent events
|
||||||
* 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)
|
* Can set timeouts for request/response and content
|
||||||
* Simple way to add REST resources using regex for path, and anonymous functions
|
* Can set max request/response size
|
||||||
|
* Sending outgoing messages is thread safe
|
||||||
|
* Client creates necessary connections and perform reconnects when needed
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue