Show HN: A Fast HTTP Request CLI Powered by HTTL
1–10 of 18 posts
Re: Show HN: A Fast HTTP Request CLI Powered by HTTL
#2Re: Show HN: A Fast HTTP Request CLI Powered by HTTL
#3Re: Show HN: A Fast HTTP Request CLI Powered by HTTL
#4It looks similar to https://hurl.dev
Hurl is written in Rust, HTTL in node.
HTTL has an import system that can be useful for reusing an auth setup.
Re: Show HN: A Fast HTTP Request CLI Powered by HTTL
#5I'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
Re: Show HN: A Fast HTTP Request CLI Powered by HTTL
#6I'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
Referring to OpenAPI: https://github.com/OAI/OpenAPI-Specification
Im a bit flabbergasted I haven’t yet found a HTTP/API client that simply runs off an oAPI spec. Sure, most support «import of..», but do any support oAPI’s as continuously evolving source of truth?
Our oAPI spec is auto-generated (based off ts-rest.com contracts), and I’d love one that understands this, including auto-refreshing/importing of spec when it changes on disk.
If anyone knows of this magical piece of software, please share!
Re: Show HN: A Fast HTTP Request CLI Powered by HTTL
#7Earlier quoted context omitted.
Referring to OpenAPI: https://github.com/OAI/OpenAPI-Specification
100%, this. Im a bit flabbergasted I haven’t yet found a HTTP/API client that simply runs off an oAPI spec. Sure, most support «import of..», but do any support oAPI’s as continuously evolving source of truth? Our oAPI spec is auto-generated (based off ts-rest.com contracts), and I’d love one that understands this, including auto-refreshing/importing of spec when it changes on disk. If anyone knows of this magical pi…
Re: Show HN: A Fast HTTP Request CLI Powered by HTTL
#8I'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
Re: Show HN: A Fast HTTP Request CLI Powered by HTTL
#9It looks similar to https://hurl.dev
Re: Show HN: A Fast HTTP Request CLI Powered by HTTL
#10Is this just curl with a simpler syntax? This is advertising CLI integration, so what's the VSCode feature people seem excited about?