Hacker News new | ask | show | jobs
by JambalayaJim 992 days ago
Gotta just use curl
1 comments

You can use Hurl [1] an open source CLI tool based on plain text and libcurl! (I'm one of the maintainer)

[1]: https://hurl.dev

Does it make any requests not directed by the user? Undisclosed telemetry is common in this space unfortunately.
No, you got what's you write. If you want, you can see the run curl's command, save it in a script and replay it without Hurl. You can check the source code here [1]

[1]: https://github.com/Orange-OpenSource/hurl

Thank you!