←back to thread

460 points flykespice | 1 comments | | HN request time: 0.212s | source
Show context
twodave ◴[] No.44327232[source]
I took a lot of inspiration from this project when designing my own HTTP testing tool[0]. We needed to be able to run hundreds of tests quickly, and in parallel. If that is something you need and you like Hurl, then you might like Nap also.

[0] https://naprun.dev

replies(1): >>44330916 #
bitpush ◴[] No.44330916[source]
Is the config same/different/similar than hurl? Do you have a page that outlines the differences, if any?
replies(1): >>44331675 #
1. twodave ◴[] No.44331675[source]
The main difference is that nap works off of YAML. You can get an idea of how it works by clicking on "The Basics"[0] on the left-hand side of the page.

[0] https://naprun.dev/the-basics/