Add Debugging for HTTP Requests
The HTTP module is now more complicated, it would be useful to diagnose errors by running TRACKER_DEBUG=http and seeing logs of all GET & POST methods. This change introduces basic logging of all HTTP requests and their respective responses/errors.
Fixes: #448 (closed)