hurl
runs HTTP requests defined in a simple plain text format
hurl - runs HTTP requests defined in a simple plain text format
- Send a GET request to "https://get.x-cmd.com" and print the response
- Include HTTP headers in the output and save the response to the file output.txt
sh
hurl my_test.txt
sh
hurl -i -o output.txt my_test.txt