xh
Verified for current stable LTS
Xh Commands
Xh command syntax with verified terminal examples.
Commands
7 commands for Xh
xh HTTP
Xh Command: Construct Request But Do Not Send
xh --offline <get|delete|...> {https://example.com} xh HTTP
Xh Command: Make Get Request Save Response To File
xh -d {https://example.com} -o <path/to/file> xh HTTP
Xh Command: Send Get Request Show Response
xh {https://postman-echo.com/get} xh HTTP
Xh Command: Send Get Request With Custom Header
xh get {https://postman-echo.com} {header-name:header-value} xh HTTP
Xh Command: Send Get Request With Query Parameters
xh get {https://postman-echo.com/response-headers} <foo1==bar1> <foo2==bar2> xh HTTP
Xh Command: Send Post Request With Json Body
xh post {https://postman-echo.com/post} <name=john> <age=25> xh HTTP
Xh Command: Show Equivalent Curl Command
xh --<curl|curl-long> {--follow --verbose get https://example.com user-agent:curl} Suggest a Xh Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Xh workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.