This commit is contained in:
Arjen Poutsma 2017-10-24 10:59:47 +02:00
parent a4f8ce7553
commit 6457a1556e
1 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,7 @@ public interface ClientRequest {
* Set the method of the request.
* @param method the new method
* @return this builder
* @since 5.0.1
*/
Builder method(HttpMethod method);
@ -145,6 +146,7 @@ public interface ClientRequest {
* Set the url of the request.
* @param url the new url
* @return this builder
* @since 5.0.1
*/
Builder url(URI url);