ktor-client-core
Toggle table of contents
3.2.1
common
Platform filter
common
Switch theme
Search in API
ktor-client-core
ktor-client-core
/
io.ktor.client.request
/
header
header
fun
HttpMessageBuilder
.
header
(
key
:
String
,
value
:
Any
?
)
(
source
)
Appends a single header of
key
with a specific
value
if the value is not null.
Report a problem