Software Alternatives, Accelerators & Startups

Hurl.dev

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

Hurl.dev

Hurl.dev Reviews and Details

This page is designed to help you find out whether Hurl.dev is good and if it is the right choice for you.

Screenshots and images

  • Hurl.dev Landing page
    Landing page //
    2023-10-09

Features & Specs

  1. Ease of Use

    Hurl.dev provides a simple and intuitive interface to work with, making it easy for users to compose and test HTTP requests without dealing with the complexity of more advanced tools.

  2. Scripting Capabilities

    It offers powerful scripting capabilities using a straightforward syntax, allowing users to automate HTTP requests efficiently.

  3. Open Source

    Hurl.dev being open-source allows users to contribute to the development and improvement of the tool, as well as ensuring transparency and reliability.

  4. Flexibility

    The tool supports a wide range of HTTP methods and features, accommodating various testing needs and workflows.

  5. Integration

    Hurl.dev can easily integrate into existing CI/CD pipelines, streamlining automated testing processes.

Badges

Promote Hurl.dev. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

We don't have any videos for Hurl.dev yet.

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Hurl.dev and what they use it for.
  • Hurl vs Postman: Git-Friendly API Testing With Proxy-Aware Egress (2026)
    If any of that sounds familiar, Iโ€™d recommend finally taking the big step and replacing your Postman collection with Hurl โ€” a command-line HTTP test runner where tests are plain **.hurl** text files that live in Git. For this tutorial, Iโ€™ll also walk you through multi-region testing โ€” how to run those tests using a proxy to get a German egress IP, and see what the API actually returns from there. - Source: dev.to / about 1 month ago
  • Show HN: Yapi โ€“ Terminal API Client for Power Users
    Hurl's another great option for this https://hurl.dev/. - Source: Hacker News / 7 months ago
  • Postman which I thought worked locally on my computer, is down
    Allow me to introduce you to Hurl: https://hurl.dev/. - Source: Hacker News / 9 months ago
  • Just Use Curl
    There's also hurl: https://hurl.dev You define all your requests in a plaintext format and can inject variables etc... Plus the name is kinda funny. - Source: Hacker News / 9 months ago
  • Postman which I thought worked locally on my computer, is down
    A closer replacement would be https://hurl.dev or , depending on what other tools your org uses. - Source: Hacker News / 9 months ago
  • Postman which I thought worked locally on my computer, is down
    Oooh this is neat! I've been using hurl (https://hurl.dev/) for the last few years and while it's fun, I've ended up with a ton of text files floating around a folder instead of any kind of organization. Might have to try this. - Source: Hacker News / 9 months ago
  • Postman is down, time to switch to Hurl
    Postman is currently down: it gives you time to try Hurl [1] an open source CLI to tests APIs/HTTP request s with plain text. Hurl is built on curl, so it's super reliable, designed to be used in CI/CD. Give it a try! [1] https://hurl.dev. - Source: Hacker News / 9 months ago
  • hurl
    For more details and documentation, check out the official site: https://hurl.dev/. - Source: dev.to / 10 months ago
  • nvim-hurl and Some Intuitions on UX
    I just made a new release to a plugin I've developed to run hurl files (https://hurl.dev/) In Neovim (https://github.com/ethancarlsson/nvim-hurl.nvim/releases/tag/v1.2.0). I really like working on this project, it's designed for me to use and so when I add features I only ever add the features that I'm actually going to use. - Source: dev.to / 11 months ago
  • Test, Save, and Execute HTTP Requests with Hurl (Or Restclient.el)
    You can see how you can make various asserts here [2] [1]: https://hurl.dev [2]: https://hurl.dev/docs/asserting-response.html. - Source: Hacker News / over 1 year ago
  • Rest Easy
    Hi, you may like Hurl [1] it's a cli based on curl to make REST call, add asserts on results, chains requests etc... I'm one of the maintainer [1]: https://hurl.dev. - Source: Hacker News / over 1 year ago
  • Show HN: A Fast HTTP Request CLI Powered by HTTL
    It looks similar to https://hurl.dev. - Source: Hacker News / over 1 year ago
  • My Plans In Open Source This Week
    $ echo 'HEAD https://hurl.dev' | hurl --cookie-jar /tmp/a/b/c/out.txt Error: Issue writing to /tmp/a/b/c/out.txt: Os { code: 2, kind: NotFound, message: "No such file or directory" }. - Source: dev.to / over 1 year ago
  • Show HN: Skybear.net โ€“ A managed platform automating Synthetic HTTP API testing
    4. OTEL traces generated per script run, exportable and sent to APM products. Thank you, and I hope you find it interesting too! 1. https://hurl.dev. - Source: Hacker News / over 1 year ago
  • December Is Going Well!
    After a few weeks of back and forth with @jcamiel, the main developer/collaborator of the Hurl project, I'm happy to report that, despite the two weeks being filled with challenging quests, things are going well! - Source: dev.to / over 1 year ago
  • Hurl, I've Come to Bargain
    That's why I was really glad to find out about hurl. It was recommended by my professor, who also told me that the maintainer of this project (Shout out to you, jcamiel!) was one of his favourite people on GitHub. Plus, they seemed to have a welcoming vibe, so I looked into it more. - Source: dev.to / over 1 year ago
  • Ask HN: Dev/Ops/DevOps tools you use and more people should
    Hurl ( https://hurl.dev ) for testing HTTP APIs. And self-promotion a bit: https://github.com/link-society/flowg An easy to setup/use log processing facility:
      Because OpenObserve didn't have the features I wanted.
    - Source: Hacker News / almost 2 years ago
  • Building the Same App Using Various Web Frameworks
    I'm the maintainer of an open Source CLI. The documentation site [1] is a static HTML site generated by Jekyll, from a bench of Markdown files. Is there advices for LLM ready single page doc? - should I just aggregate the Markdown files and that's all? - should I provide a HTML standalone page - is there any pointer on this issue? Thanks! [1]: https://hurl.dev. - Source: Hacker News / almost 2 years ago
  • Notes on Buttondown.com
    > We ended up using hurl as a test harness around HAProxy, something we probably should have done three years ago. As maintainer of Hurl [1], this makes me happy! [1]: https://hurl.dev. - Source: Hacker News / almost 2 years ago
  • Libcurl is 24 years old
    I maintain an open source HTTP client [1] which uses libcurl under the hood. Super reliable, simple to use, full-featured (HTTP/3, IPv6...): I'm super happy that we choose libcurl (through some Rust bindings)! Thanks Daniel and all the contributors for this! [1]: https://hurl.dev. - Source: Hacker News / almost 2 years ago
  • Bruno
    You may be able to replace some of your curl+shell with Hurl โ€” https://hurl.dev/#also-an-http-test-tool . - Source: Hacker News / over 2 years ago

Do you know an article comparing Hurl.dev to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Hurl.dev discussion

Log in or Post with

Is Hurl.dev good? This is an informative page that will help you find out. Moreover, you can review and discuss Hurl.dev here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.