Class HttpClient

java.lang.Object
aQute.bnd.http.HttpClient
All Implemented Interfaces:
URLConnector, Closeable, AutoCloseable

public class HttpClient extends Object implements Closeable, URLConnector
A simple Http Client that inter-works with the bnd registry. It provides an easy way to construct a URL request. The request is then decorated with third parties that are in the bnd registry for proxies and authentication models.