michael@0: michael@0:
michael@0: michael@0: michael@0: michael@0: The core HTTP components (HttpCore). michael@0: michael@0: These deal with the fundamental things required for using the michael@0: HTTP protocol, such as representing a michael@0: {@link org.apache.http.HttpMessage message} including it's michael@0: {@link org.apache.http.Header headers} and optional michael@0: {@link org.apache.http.HttpEntity entity}, and michael@0: {@link org.apache.http.HttpConnection connections} michael@0: over which messages are sent. In order to prepare messages michael@0: before sending or after receiving, there are interceptors for michael@0: {@link org.apache.http.HttpRequestInterceptor requests} and michael@0: {@link org.apache.http.HttpResponseInterceptor responses}. michael@0: michael@0: michael@0: