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 {
109109 HttpClientRequest header (String name , String value );
110110
111111 /**
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.
114113 *
115- * @param name The header name
114+ * @param name The header name
116115 * @param value The header value
117116 * @return The request being built
118117 */
@@ -219,7 +218,7 @@ public interface HttpClientRequest {
219218 HttpClientRequest queryParam (String name , String value );
220219
221220 /**
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
223222 *
224223 * @param name The name of the query parameter
225224 * @param value The value of the query parameter which can be null
You can’t perform that action at this time.
0 commit comments