<p>I've got a custom HTTP app to test. What do y'all recommend to make HTTP requests in a test mindset?</p>
<p>Ideally I need to track cookies across series of requests (session tracing), be able to authenticate (and not), parse out the output (mostly json) and in a perfect world, record timings.</p>