send

@ApiStatus.Experimental
abstract suspend fun send(delay: Duration? = null): InvocationHandle<Res>

Send the request without waiting for the response.

Return

an InvocationHandle to interact with the sent request

Parameters

delay

optional delay before the invocation is executed