Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
A New HTTP-Focused Programming Language for Developers (httl.dev)
2 points by emykhailenko on Feb 1, 2025 | hide | past | favorite | 2 comments


Very cool and useful and similar to AIN which can be used to document and execute api interactions. HTTL is very nice and I look forward to the CLI version. It would be nice if it could output curl equivalent too. I might prefer this to AIN.

https://github.com/jonaslu/ain

edit - how do I use a query string?


I'm so glad you liked it! Thank you for the feedback. Yes, I'm working on adding CLI support as well as support for other IDEs. Regarding the query string, you could just use a regular form: `get https://reqres.in/api/users?page=2` or (if you already specified a base url) `get /users?page=2`




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: