logoalt Hacker News

Show HN: A Fast HTTP Request CLI Powered by HTTL

53 pointsby emykhailenko02/18/202517 commentsview on HN

Comments

dhruvkb02/20/2025

I'm currently using Bruno, which uses its own format "Bru Lang" for storing HTTP requests as plain text[1]. The VS Code extension is great but I'd much prefer the standard backed by 30k+ stars was extended instead of a new format to introduce fragmentation in this space.

[1]: https://docs.usebruno.com/bru-lang/overview

show 2 replies
jihchi02/20/2025

It looks similar to https://hurl.dev

show 2 replies
JOnAgain02/20/2025

I feel like I'm slow reading through the docs. I really tried.

Is this just curl with a simpler syntax? This is advertising CLI integration, so what's the VSCode feature people seem excited about?

show 1 reply
null_deref02/20/2025

It looks really nice! What I found challenging is the lack of namespaces for example using two different bases or two different OpenAPI specs that may override each other or be suggested in the autocomplete in the wrong situations

show 1 reply
thatxliner02/22/2025

What about HTTPie? https://httpie.io/

anentropic02/20/2025

HTTL looks really nice

show 1 reply