mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-17 07:26:47 +00:00
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1353361 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1505d6dca6
commit
09527b3f74
@ -176,9 +176,9 @@ public static URI rewriteURI(
|
||||
}
|
||||
|
||||
/**
|
||||
* A convenience method that creates a new {@link URI} whose scheme, host, port ,path,
|
||||
* query are taken from the existing URI if it contains a fragment. The existing URI
|
||||
* is returned unmodified if it has no fragment.
|
||||
* A convenience method that creates a new {@link URI} whose scheme, host, port, path,
|
||||
* query are taken from the existing URI, dropping any fragment or user-information.
|
||||
* The existing URI is returned unmodified if it has no fragment or user-information.
|
||||
*
|
||||
* @param uri
|
||||
* original URI.
|
||||
|
Loading…
x
Reference in New Issue
Block a user