Update README.md
This commit is contained in:
parent
b27fcda9ed
commit
70fa2e8dd4
1 changed files with 2 additions and 1 deletions
|
|
@ -1,11 +1,12 @@
|
||||||
Simple-Web-Server
|
Simple-Web-Server
|
||||||
=================
|
=================
|
||||||
|
|
||||||
A very simple, fast, multithreaded and platform independent HTTP server implemented using C++11 and Boost::Asio. Makes it easy to create REST resources for a C++ application.
|
A very simple, fast, multithreaded and platform independent HTTP server implemented using C++11 and Boost.Asio. Makes it easy to create REST resources for a C++ application.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* Thread pool
|
* Thread pool
|
||||||
|
* Platform independent
|
||||||
* HTTP persistent connection (for HTTP/1.1)
|
* HTTP persistent connection (for HTTP/1.1)
|
||||||
* Simple way to add REST resources using regex for method and path, and anonymous functions
|
* Simple way to add REST resources using regex for method and path, and anonymous functions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue