----
Add a new fixture, disable_session_reuse, which can be used to disable reusing of sessions when making requests. This is useful
for some projects that have unit tests that "behave badly" when performing session reuse and using httpretty
Also, when making requests we now return the Request-ID for all requests back in the headers of the response. This is to aid in debugging