From b2f0e28b7d7cd4704e1993eb20bf265b0210eafa Mon Sep 17 00:00:00 2001 From: Huachao Mao Date: Fri, 17 Jun 2016 00:26:52 +0800 Subject: [PATCH] Fix list in READEME.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6faedab..e2af4612 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Each time we sent a http request, the request details(method, url, headers and b ## HTTP Language Add language support for HTTP request, with __syntax highlight__ and __autocomplete__, when writing HTTP request in Visual Studio Code. By default, the language association will be automatically activated in two cases: + 1. File with extension `.http` and `.rest` 2. First line of file follows standard request line in [RFC 2616](http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html), with `Method SP Request-URI SP HTTP-Version` format