/**
*
* Contains an abstraction over client-side HTTP. This package
* contains the <code>ClientHttpRequest</code> and
* <code>ClientHttpResponse</code>, as well as a basic implementation of these
* interfaces.
*
*/
package org.springframework.http.client;
|