From 05103234db5a68dae329dee65e5e4dac73ad8017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Wed, 22 May 2019 01:03:05 -0300 Subject: [PATCH] README update. --HG-- branch : dev --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c173f0907..b1c4caa47 100644 --- a/README.md +++ b/README.md @@ -113,12 +113,16 @@ Entropia Engine++ ------------------ * Web Requests with HTTP client, with **SSL support** ( provided by mbedtls or openssl ). - * Asynchronous http requests. + * Asynchronous HTTP requests. * File Transfers with FTP client. * TCP and UDP sockets. + * HTTP Content-Encoding and Transfer-Encoding support. + + * HTTP Proxy Support. + Module based on the SFML implementation. @@ -156,6 +160,8 @@ Module based on the SFML implementation. * Load layouts from XMLs + * Styling with CSS like format + **Maps Module:** ------------------