Some updates and improved examples and comments

This commit is contained in:
eidheim 2014-07-05 17:55:03 +02:00
commit b9a57999d4
3 changed files with 31 additions and 24 deletions

View file

@ -8,7 +8,7 @@ A very simple, fast, multithreaded and platform independent HTTP server implemen
* 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
* Simple way to add REST resources using regex for path and anonymous functions
###Usage