curl
의 프론트엔드로,httpie
의 사용 편의성을 추가합니다. 더 많은 정보: https://github.com/rs/curlie.
curlie {{httpbin.org/get}}
curlie post {{httpbin.org/post}} {{name=john}} {{age:=25}}
first_param=5&second_param=true
):curlie get {{httpbin.org/get}} {{first_param==5}} {{second_param==true}}
curlie get {{httpbin.org/get}} {{header-name:header-value}}