Stuff on Execution Context does not really belong here

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1043661 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-12-08 20:27:55 +00:00
parent eb2966babc
commit 6e306aa4fd
1 changed files with 0 additions and 5 deletions

View File

@ -64,11 +64,6 @@ public interface HttpUriRequest extends HttpRequest {
* in the * in the
* <a href="http://hc.apache.org/httpcomponents-client-ga/tutorial/html">HttpClient Tutorial</a> * <a href="http://hc.apache.org/httpcomponents-client-ga/tutorial/html">HttpClient Tutorial</a>
* </p> * </p>
* <p>
* The final HttpRequest object in the execution context always represents
* the state of the message _exactly_ as it was sent to the target server.
* Per default HTTP/1.0 and HTTP/1.1 use relative request URIs.
* </p>
*/ */
URI getURI(); URI getURI();