From 70fa2e8dd44c8721cc804d9862710354e4bbc73e Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Sat, 5 Jul 2014 13:20:45 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3020f9..a4878e4 100644 --- a/README.md +++ b/README.md @@ -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