Represents a client-side HTTP request. Created via an implementation of the {@link ClientHttpRequestFactory}.
A HttpRequest can be {@linkplain #execute() executed}, getting a {@link ClientHttpResponse}which can be read from.
@author Arjen Poutsma
@since 3.0
@see ClientHttpRequestFactory#createRequest(java.net.URI,HttpMethod)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.