Generic HTTP fetching utility.
This class takes care of opening and closing connections.
Supports:
- Basic Auth
- HTTP Response caching
- SSL, with optional exceptions for trusted hosts
- Fetching of session cookies
Users of this class is responsible for releasing resources allocated by returned objects of type {@link HttpEntity}.
@author olof.nilsson@findwise.com
@author martin.nycander@findwise.com