Hurl is a command line tool to run and test HTTP requests defined in a simple plain text format. It can performs requests, capture values and evaluate queries on headers and body response. Hurl is very versatile, it can be used for both fetching data and testing HTTP sessions.
Visit Hurl pages:
- https://github.com/Orange-OpenSource/hurl – source code, published under Apache v2.0
- https://github.com/Orange-OpenSource/hurl.dev – Hurl specifications and documentation
- https://github.com/Orange-OpenSource/hurl-jvm – Hurl client for the JVM platform
- https://hurl.dev/ – how to install and use Hurl