File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
http-client/src/main/java/io/avaje/http/client Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -109,10 +109,9 @@ public interface HttpClientRequest {
109
109
HttpClientRequest header (String name , String value );
110
110
111
111
/**
112
- * Add the header to the request implicitly converting the value to a String. If the value is a
113
- * collection then it's values are appended with the same key
112
+ * Add the header to the request implicitly converting the value to a String.
114
113
*
115
- * @param name The header name
114
+ * @param name The header name
116
115
* @param value The header value
117
116
* @return The request being built
118
117
*/
@@ -219,7 +218,7 @@ public interface HttpClientRequest {
219
218
HttpClientRequest queryParam (String name , String value );
220
219
221
220
/**
222
- * Add a query parameter, if value is a collection then it's values are appended with the same key
221
+ * Add a query parameter
223
222
*
224
223
* @param name The name of the query parameter
225
224
* @param value The value of the query parameter which can be null
You can’t perform that action at this time.
0 commit comments