httpie / desktop

🚀 HTTPie Desktop — cross-platform API testing client for humans. Painlessly test REST, GraphQL, and HTTP APIs.
https://httpie.io
Other
2.93k stars 32 forks source link

Feature request: `OPTIONS` method for requets. #2

Closed henryh9n closed 2 years ago

henryh9n commented 2 years ago

I don't know if this is the best place to write this, but it would have been nice to have the ability to make OPTIONS requests. As far as I see it is possible to do from the command line but not from the desktop app. Maybe some other request method will come handy too, for instance HEAD and COPY.

jkbrzt commented 2 years ago

Thanks, @henryh9n. We’ve added it to our backlog.

jkbrzt commented 2 years ago

This has just been shipped — https://httpie.io/blog/changelog-0016

image

henryh9n commented 2 years ago

@jakubroztocil Perfect! Thanks!