Hurl
Hurl is a command-line tool for running and testing HTTP requests using a plain text format. It supports chaining requests, capturing values, and evaluating queries across various API types (REST, SOAP, GraphQL) and formats (XML, JSON). Hurl is lightweight, efficient, and integrates well with CI/CD pipelines, offering features like response assertions, cookie management, and performance testing. It is built on Rust and powered by libcurl, ensuring fast and reliable HTTP operations.