From 2c36ee95eebeb469237aff9d723bc401f6cb3444 Mon Sep 17 00:00:00 2001 From: Leonid Stryzhevskyi Date: Tue, 13 Mar 2018 16:57:31 +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 c249eb36..de46aa68 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,12 @@ Organic. Pure C++. - Blazingly fast - Zero Dependency, no installations -- Socket agnostic. (Use whatever transport. Whatever sockets, pipes, files. etc. Whatever SSL backend. It cares about HTTP stream only) +- Connection agnostic. (Use whatever transport. Whatever SSL backend. Whatever sockets, pipes, files. etc. It cares about HTTP stream only) - REST framework - Retrofit-like client wrapper (Use whatever request executor for example cURL, or minimalistic one provided out of the box) - Object mapping (Fast object serialization-deserialization. Currently JSON, more formats comes shortly) - Simple dependency injection framework +- Simple Test framework - HTTP_1.1 (2.0 comes shortly) - Multithreaded server