xh

친숙하고 빠른 HTTP 요청 전송 도구. 참고: Rust로 작성된 xhhttp의 효과적인 대체 도구입니다. 같이 보기: http, curl. 더 많은 정보: https://github.com/ducaale/xh.

xh {{httpbin.org/get}}

xh post {{httpbin.org/post}} {{name=john}} {{age:=25}}

xh get {{httpbin.org/get}} {{first_param==5}} {{second_param==true}}

xh get {{httpbin.org/get}} {{header-name:header-value}}

xh --download {{httpbin.org/json}} --output {{경로/대상/파일}}

xh --{{curl|curl-long}} {{--follow --verbose get http://example.com user-agent:curl}}