From: Kai Moritz Date: Sun, 3 Apr 2022 10:17:54 +0000 (+0200) Subject: HTTPie gibt nicht nur den Response, sondern auch den Request aus X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=52ed61a07843678d5a5ddb9b1c0e5d353bb203ca;hp=8981d29b623f6c7f0da78825d7e64b7d0947d074;p=demos%2Fkafka%2Ftraining HTTPie gibt nicht nur den Response, sondern auch den Request aus --- diff --git a/README.sh b/README.sh index 9d08db6..c9e524e 100755 --- a/README.sh +++ b/README.sh @@ -29,35 +29,35 @@ docker-compose up setup docker-compose up -d sleep 15 -http :8081/status -http :8000/seen +http -v :8081/status +http -v :8000/seen -http post :8081/stop -http :8081/status -http :8000/seen +http -v post :8081/stop +http -v :8081/status +http -v :8000/seen -http post :8081/start +http -v post :8081/start sleep 1 -http :8081/status -http :8000/seen +http -v :8081/status +http -v :8000/seen sleep 1 -http :8081/status -http :8000/seen +http -v :8081/status +http -v :8000/seen sleep 1 -http :8081/status -http :8000/seen +http -v :8081/status +http -v :8000/seen sleep 1 -http :8081/status -http :8000/seen +http -v :8081/status +http -v :8000/seen sleep 1 -http :8081/status -http :8000/seen +http -v :8081/status +http -v :8000/seen -http post :8081/stop -http :8081/status +http -v post :8081/stop +http -v :8081/status -http :8000/seen -http post :8000/stop +http -v :8000/seen +http -v post :8000/stop docker-compose logs client