Update README

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
main
Jianhui Zhao 2017-12-29 17:58:55 +08:00
parent 79e03b69f5
commit 11500b17d9
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ Run
Then use the command curl or browser to test
$ curl -k 'https://127.0.0.1:8000/hello?name=test' -v
$ curl -k 'https://127.0.0.1:8000/hello?name=test' -d '{"name":"libuhttpd"}' -v
# Example
```

View File

@ -45,7 +45,7 @@
然后使用命令curl或者浏览器进行测试
$ curl -k 'https://127.0.0.1:8000/hello?name=test' -v
$ curl -k 'https://127.0.0.1:8000/hello?name=test' -d '{"name":"libuhttpd"}' -v
# 示例程序]
```