From 6b24b97cf2173cd949a0678fd688e058c318e34c Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Sun, 6 Jul 2014 11:06:33 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bceb5dd..4e74b4b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A very simple, fast, multithreaded and platform independent HTTP server implemen * HTTP persistent connection (for HTTP/1.1) * Simple way to add REST resources using regex for path, and anonymous functions -HTTPS is not yet supported, but take a look at http://www.boost.org/doc/libs/1_55_0/doc/html/boost_asio/example/cpp03/ssl/server.cpp. It does not seem that server.hpp and server.cpp require too much change to support HTTPS. +HTTPS is not yet supported, but take a look at http://www.boost.org/doc/libs/1_55_0/doc/html/boost_asio/example/cpp03/ssl/server.cpp. It does not seem that server.hpp and server.cpp require significant modifications to support HTTPS. ###Usage