From 258b91a6a62f630e036ee55c58882249a7d1e607 Mon Sep 17 00:00:00 2001 From: notsobad Date: Sun, 31 Mar 2019 00:56:01 +0800 Subject: [PATCH] Change readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35b045b..5db3d3c 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,14 @@ A Fakesite for http test, it's a go version of [ynm3k](https://github.com/notsobad/ynm3k). go install github.com/notsobad/go-fakesite + # run + go-fakesite # visit http://127.0.0.1:8080/ -# static file +# Static file Visit same url, get same result @@ -60,4 +62,4 @@ All kinds of url redirect method DEMO: curl -v 'localhost:9527/redirect/301?url=file:///etc/passwd' - curl -v 'localhost:9527/redirect/302?url=http://www.jiasule.com' \ No newline at end of file + curl -v 'localhost:9527/redirect/302?url=http://www.jiasule.com'