Update README.md

This commit is contained in:
Ole Christian Eidheim 2014-07-05 13:20:45 +02:00
commit 70fa2e8dd4

View file

@ -1,11 +1,12 @@
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
* Thread pool
* Platform independent
* HTTP persistent connection (for HTTP/1.1)
* Simple way to add REST resources using regex for method and path, and anonymous functions