Skip to content

Commit

Permalink
Extended version of README.
Browse files Browse the repository at this point in the history
  • Loading branch information
eao197 committed Apr 13, 2020
1 parent 9b96fd0 commit a6a07d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit a6a07d1

Please sign in to comment.