Unit tests for the API endpoint
Bases: object
A fake httplib.HTTPConnection for boto to use
requests made via this connection actually get translated and routed into our WSGI app, we then wait for the response and turn it back into the httplib.HTTPResponse that boto expects.
Required for compatibility with boto/tornado