Hurl is a command line tool that runs HTTP requests defined in a simple plain text format.
Hurl is a command line tool that runs HTTP requests defined in a simple plain text format.. It can perform 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 is a command line tool that runs HTTP requests defined in a simple plain text format.. It can perform 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.
To install hurl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install hurl
To see what files were installed by hurl, run:
port contents hurl
To later upgrade hurl, run:
sudo port selfupdate && sudo port upgrade hurl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.