hurl
Installation
SKILL.md
Hurl
Quick Start
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 responses.
$ hurl session.hurl
$ hurl --test *.hurl
Hurl File Format
Hurl files use .hurl extension and consist of one or more HTTP entries. Each entry has a mandatory request and an optional response section.
Related skills