提交 6457a155 编写于 作者: A Arjen Poutsma

Javadoc

上级 a4f8ce75
...@@ -138,6 +138,7 @@ public interface ClientRequest { ...@@ -138,6 +138,7 @@ public interface ClientRequest {
* Set the method of the request. * Set the method of the request.
* @param method the new method * @param method the new method
* @return this builder * @return this builder
* @since 5.0.1
*/ */
Builder method(HttpMethod method); Builder method(HttpMethod method);
...@@ -145,6 +146,7 @@ public interface ClientRequest { ...@@ -145,6 +146,7 @@ public interface ClientRequest {
* Set the url of the request. * Set the url of the request.
* @param url the new url * @param url the new url
* @return this builder * @return this builder
* @since 5.0.1
*/ */
Builder url(URI url); Builder url(URI url);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册