Skip to content

Commit 3ed44f5

Browse files
committed
add doc on multi-valued headers
1 parent 3e9851e commit 3ed44f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/gclient/IClientHttpExecutable.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public interface IClientHttpExecutable<T extends IClientHttpExecutable<?, Y>, Y>
2222
* <p>It is the responsibility of the caller to care for proper encoding of the header value, e.g.
2323
* using Base64.</p>
2424
* <p>This is a short-cut alternative to using a corresponding client interceptor</p>
25+
* <p>It is a multi-valued header. Calling it multiple times will add to the list rather than replace the value</p>
2526
*
2627
* @param theHeaderName header name
2728
* @param theHeaderValue header value

0 commit comments

Comments
 (0)