친숙하고 빠른 HTTP 요청 전송 도구. 참고: Rust로 작성된
xh는http의 효과적인 대체 도구입니다. 같이 보기:http,curl. 더 많은 정보: https://github.com/ducaale/xh.
xh {{httpbin.org/get}}
{"name": "john", "age": 25}):xh post {{httpbin.org/post}} {{name=john}} {{age:=25}}
first_param=5&second_param=true):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 {{경로/대상/파일}}
curl 명령 표시 (이 명령은 요청을 전송하지 않음):xh --{{curl|curl-long}} {{--follow --verbose get http://example.com user-agent:curl}}