HTTP Archive : The HTTP Archive tracks how the Web is built.
wrk : wrk is a modern HTTP benchmarking tool capable of generating significant load when run on a single multi-core CPU. It combines a multithreaded design ...
hurl.it : Hurl.it makes HTTP requests.
Choose the request method, customize headers and POST parameters, add basic authorization or OAuth credentials, and even ...
httpbin : Testing an HTTP Library can become difficult sometimes. PostBin.org is fantastic for testing POST requests, but not much else. This exists to cover al...
Vcr : Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.