hurl

Run and test HTTP requests using plain text files and curl

brewmacoslinux
Try with needOr install directly
Source

About

Run and Test HTTP Requests with plain text and curl

Commands

hurl

Examples

Execute a simple HTTP GET request from a file$ hurl request.hurl
Run HTTP tests with verbose output and show all details$ hurl --verbose test.hurl
Execute requests and output results as JSON$ hurl --json test.hurl > results.json