From a992c465ae5d51080858357a9a109351fd2f0781 Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Wed, 28 Jun 2017 21:37:44 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 79ec157..e1397c4 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,17 @@ Use this tool to: * Build fast, modern web applications using any tech, framework or architecture. * Prototype back-end services (RESTful HTTP API, Microservice, websocket server etc.) -Essentially, local-web-server is the `lws` command-line web server with a basic middleware stack built in offering the following typical features: +Features: -* Static file serving +* HTTP, HTTPS and HTTP2 support +* Create, share and consume middleware, view and server modules +* URL Rewriting, to local or remote destinations * Single Page Application support * Response mocking * Configurable access log -* URL Rewriting, to local or remote destinations -* Request body parsing * Route blacklisting * HTTP Conditional Request support (cacheing) -* MIME-type customisation -* Gzip response compression -* Directory listing support +* Gzip response compression and much more ## Synopsis