[ci skip] add httpie command.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
cf3b9e6d4f
commit
3ebcbbed72
|
@ -430,7 +430,7 @@ $ docker pull appleboy/gorush
|
||||||
$ docker run -name gorush -p 80:8088 appleboy/gorush
|
$ docker run -name gorush -p 80:8088 appleboy/gorush
|
||||||
```
|
```
|
||||||
|
|
||||||
Testing your gorush server.
|
Testing your gorush server using [httpie](https://github.com/jkbrzt/httpie) command.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ http -v --verify=no --json GET http://your.docker.host/api/stat/go
|
$ http -v --verify=no --json GET http://your.docker.host/api/stat/go
|
||||||
|
|
Loading…
Reference in New Issue