Happy new year! π₯³ Letβs start it with a new release of HTTPie forΒ WebΒ &Β Desktop. Check out what we shipped v2023.1.0 π
π Summary
- πͺ HTTPie AI assistant β Introducing a new way to interact with APIs.
- ποΈ Methods in tabs β Easier navigation with HTTP methods in tabs.
- π Library context menu β New context menu for quick library actions.
- π cURL as URL β Type a cURL command in the address field.
- β¨ Other improvements β Tweaks and fixes for improved API testing.
πͺ Introducing HTTPie AI
Today weβre launching HTTPie AI, a new way to interact with APIs.
HTTPie AI assistant uses artificial intelligence to increase your productivity when testing and talking to APIs. This free feature preview allows you to create requests using human language.
Read the full announcement β
ποΈ See methods in tabs
HTTPie now shows the HTTP method next to the request name in the request tabs:
This way, you can easily distinguish between tabs for requests using different methods but with the same name or URL. The <method> <name>
pair works nicely as a <verb> <noun>
sentence β a request identification system we already use in the library.
ποΈ Quick library actions with new context menu
Thereβs a lot of action behind the innocently looking β+β button in the library. To make it more accessible, you can now invoke a similar menu through a right-click anywhere in the empty space in the sidebar:
π Type a cURL command in the address field
You can paste a cURL command into the URL field for quick import. In this release, we added the ability to type an AI prompt into the address field, and at the same time, we extended it to support typing cURL commands.
Support for HTTPie CLI commands is coming soon.
β¨ Other improvements
- Added numerous on-import clean-ups like detecting GraphQL requests based on the body to import them with the GraphQL body type or moving Bearer tokens from
Authorization: Bearer β¦
headers to the auth tab. - Added more robust interactive URL matching. HTTPie will now add interactivity to links containing an IP address, port number, or pointing to
localhost
. - Added RSS feeds to this blog; grab one for your feed reader to stay up-to-date: β‘οΈAtom 1.0, β‘οΈRSS 2.0, β‘οΈJSON Feed 1.1
- Fixed the auto-update system not to bother you once you choose βInstall on next launch.β (#55)
π€© Happy API testing, and see you again soon!
- βοΈ Thoughts? Questions? Shoot us an email at feedback@httpie.io.
- π You can also help us improve by completing a quick survey.
- π₯ Weβre working on collaboration features, and you can help us out.
- π Follow @httpie and join our Discord community to stay up to date.
- π©βπ» Weβre looking for new colleagues in engineering and other roles.
Originally published on https://httpie.io/blog/changelog-0022
Top comments (0)