pip install httpie
or
brew install httpie
httpie 구조
http [flag] [method] URL [ITEM [ITEM]]
http -v GET http:/localhost:5000/ping
기본 연결(url) 만 사용
http httpie.org
http 명령어를 사용해서 HTTP 요청을 보낸다.
flag 옵션
https://www.lesstif.com/software-architect/httpie-curl-http-client-28606741.html