parent
79e03b69f5
commit
11500b17d9
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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
|
||||
|
||||
# 示例程序]
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue