Hacker News new | ask | show | jobs
by jicea 992 days ago
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

1 comments

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!