←back to thread

460 points flykespice | 2 comments | | HN request time: 0.622s | source
Show context
chvid ◴[] No.44324931[source]
Looks a bit like this:

https://marketplace.visualstudio.com/items?itemName=humao.re...

Which is a banger VS Code extension for all sorts of http xyz testing.

replies(4): >>44324955 #>>44325282 #>>44325283 #>>44325289 #
1. mcescalante ◴[] No.44325289[source]
yep, I've played with Hurl and find it nice but recently have been leaning into the .http stuff more. IntelliJ has it built in, there's the plugin you linked, and then for CLI i've used httpYac. No "vendor lock in", really easy to share with copy & paste or source control.
replies(1): >>44325703 #
2. gotimo ◴[] No.44325703[source]
+1 On HttpYac, it's been really nice to get started with and growing into a more powerful API testing suite over time