← Package directory
Available on winget

Install Hurl

Hurl is a command line tool that runs HTTP requests defined in a simple plain text format.

Install with winget
winget install --id Orange-OpenSource.Hurl
Upgrade
winget upgrade --id Orange-OpenSource.Hurl
Uninstall
winget uninstall --id Orange-OpenSource.Hurl

About Hurl

Hurl is a command line tool that runs HTTP requests defined in a simple plain text format.

Version history

Version Updated Notes
8.0.1 Unknown Release notes
8.0.0 Unknown Release notes
7.1.0 Unknown Release notes
7.0.0 Unknown Release notes
6.1.1 Unknown Release notes
6.0.0 Unknown Release notes
5.0.1 Unknown No notes
5.0.0 Unknown No notes
4.3.0 Unknown No notes
4.2.0 Unknown No notes
4.1.0 Unknown No notes
4.0.0 Unknown No notes
3.0.1 Unknown No notes
3.0.0 Unknown No notes
2.0.1 Unknown No notes
2.0.0 Unknown No notes
1.8.0 Unknown No notes
1.7.0 Unknown No notes
1.6.1 Unknown Bugs Fixes: • Support @ for the username in [BasicAuth] section #513 • Fix panicking while processing expected Regex value #514
1.6.0 Unknown Changes: • Add -A/--user-agent curl option to specify a User Agent for all requests of a file #452 • Support filter with nested object in jsonpath expression #423 • Add BasicAuth section #360 • Add next request in intera...