From aa91d86a3b5b6aaf17df2cbe35a97161adfdf87b Mon Sep 17 00:00:00 2001 From: fangdingjun Date: Mon, 26 Dec 2016 15:11:55 +0800 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff6a592..76b2887 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ gserver is a golang http/https server features ======= -- support HTTP/1.1, HTTP/2.0 -- support serve static files - support UWSGI client protocol (python) - support fastCGI client protocol (php) - support act as resverse proxy - support act as forward proxy -- support multiple locations +- support multiple virtual host +- support SNI (https virtual host) +- support http/2.0 (only on https) usage ====