From a6a07d147a04192cd0f590492ce6dd321597d54c Mon Sep 17 00:00:00 2001 From: Yauheni Akhotnikau Date: Mon, 13 Apr 2020 10:18:46 +0300 Subject: [PATCH] Extended version of README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15ff581b..f0c3af13 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,9 @@ so you can apply a complex logic for handling requests. * Response builders. Need chunked-encoded body - then RESTinio has a special response builder for you (obviously it is not the only builder). * ExpressJS-like request routing (see an example below). +* An experimental typesafe request router that allows avoiding problems of ExpressJS-like router with help of static checks from C++ compiler. * Working with query string parameters. +* Several ready-to-use helpers for working with HTTP headers (for example, the support for HTTP headers related to file uploading). * Supports sending files and its parts (with sendfile on linux/unix and TransmitFile on windows). * Supports compression (deflate, gzip). * Supports TLS (HTTPS).