mboudraa
08/04/2022, 6:39 PMconfigureRequest
is never called.
Is there another way to modify the request before it’s sent?MJegorovas
08/05/2022, 7:02 AMAleksei Tirman [JB]
08/05/2022, 9:03 AMHttpRequestBuilder
:
val response = client.get("<https://httpbin.org/get>") {
header("X-Custom-Header", "my header value")
}
mboudraa
08/05/2022, 1:50 PM