generate

fun generate(block: suspend (HttpRequestBuilder) -> String?)

Allows you to generate a call ID for an outgoing request. Generates null if it is impossible to generate a call ID for some reason. You can add multiple generators, and the first non-null value will be used.