본문 바로가기
Tools

[Tools] HTTPie - curl보다 직관적이고 편리한 command-line HTTP client 소개

by 노력남자 2021. 4. 10.
반응형

이번 포스팅에선 curl보다 직관적이고 편리한 command-line HTTP client HTTPie에 대해서 알아보겠습니다.

 

command-line HTTP client란?

 

http 통신을 cmd에서 쉽고 빠르게 연결하고 테스트할 수 있게 해주는 툴

 

설치

 

windows는 pip이나 scoop, mac은 brew, port 를 이용해 다운로드 받을 수 있습니다.

 

 

자세한 다운로드 방법은 아래 공식 홈페이지에서 참고하시길 바랍니다.

 

 

HTTPie 2.4.0 (latest) documentation

CLI HTTP that will make you smile. JSON and sessions support, syntax highlighting, wget-like downloads, plugins, and more.

httpie.io

 

윈도우에서 하시는 분들 중 pip 설정 방법이 필요하신 분은 여길 참고 바랍니다. >> imspear.tistory.com/21

 

사용법

 

사용법은 아주 간단합니다.

 

http [flags] [METHOD] URL [ITEM [ITEM]]

 

위와 같은 문법으로 아래 공식 홈페이지에 있는 예제를 참고하시면 됩니다.

 

 

 

HTTPie 2.4.0 (latest) documentation

CLI HTTP that will make you smile. JSON and sessions support, syntax highlighting, wget-like downloads, plugins, and more.

httpie.io

반응형

'Tools' 카테고리의 다른 글

[AWS] Windows에서 AWS CLI 설치하는 방법  (0) 2021.12.13

댓글