Hurl

Hurl

cli that runs HTTP requests defined in a simple text format

0 followers

Hurl is a command line tool that runs HTTP requests defined in a simple plain text format. It can chain 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. Hurl makes it easy to work with HTML content, REST / SOAP / GraphQL APIs, or any other XML / JSON based APIs.
hurl gallery image
hurl gallery image
Free
Launch tags:Developer ToolsGitHubTech
Launch Team
Tines
Tines
The intelligent workflow platform
Promoted

What do you think? …

lepapareil
# Why Hurl? Text Format: for both devops and developers Fast CLI: a command line for local dev and continuous integration Single Binary: easy to install, with no runtime required # Powered by curl Hurl is a lightweight binary written in Rust. Under the hood, Hurl HTTP engine is powered by libcurl, one of the most powerful and reliable file transfer library. With its text file format, Hurl adds syntactic sugar to run and tests HTTP requests, but it's still the curl that we love. # Automation Hurl can run HTTP requests but can also be used to test HTTP responses. Different types of queries and predicates are supported, from XPath and JSONPath on body response, to assert on status code and response headers.