encodeInputHeaders
Returns an empty map when the request does not expect headers.
Encodes input headers for an endpoint expecting one header definition.
Return
map of header names to their encoded values.
Parameters
value for the first header.
See also
Encodes input headers for an endpoint expecting 2 header definitions.
Return
map of header names to their encoded values.
Parameters
value for the first header.
value for the second header.
See also
Encodes input headers for an endpoint expecting 3 header definitions.
Return
map of header names to their encoded values.
Parameters
value for the first header.
value for the second header.
value for the third header.
See also
Encodes input headers for an endpoint expecting 4 header definitions.
Return
map of header names to their encoded values.
Parameters
value for the first header.
value for the second header.
value for the third header.
value for the 4th header.
See also
Encodes input headers for an endpoint expecting 5 header definitions.
Return
map of header names to their encoded values.
Parameters
value for the first header.
value for the second header.
value for the third header.
value for the 4th header.
value for the 5th header.
See also
Encodes input headers for an endpoint expecting 6 header definitions.
Return
map of header names to their encoded values.
Parameters
value for the first header.
value for the second header.
value for the third header.
value for the 4th header.
value for the 5th header.
value for the 6th header.
See also
Encodes input headers for an endpoint expecting 7 header definitions.
Return
map of header names to their encoded values.
Parameters
value for the first header.
value for the second header.
value for the third header.
value for the 4th header.
value for the 5th header.
value for the 6th header.
value for the 7th header.
See also
Encodes input headers for an endpoint expecting 8 header definitions.
Return
map of header names to their encoded values.
Parameters
value for the first header.
value for the second header.
value for the third header.
value for the 4th header.
value for the 5th header.
value for the 6th header.
value for the 7th header.
value for the 8th header.
See also
Encodes input headers for an endpoint expecting 9 header definitions.
Return
map of header names to their encoded values.
Parameters
value for the first header.
value for the second header.
value for the third header.
value for the 4th header.
value for the 5th header.
value for the 6th header.
value for the 7th header.
value for the 8th header.
value for the 9th header.
See also
Encodes input headers for an endpoint expecting 10 header definitions.
Return
map of header names to their encoded values.
Parameters
value for the first header.
value for the second header.
value for the third header.
value for the 4th header.
value for the 5th header.
value for the 6th header.
value for the 7th header.
value for the 8th header.
value for the 9th header.
value for the 10th header.