httpRequest

@JvmName(name = "nkgvbkgxjsjqtwgh")
suspend fun httpRequest(value: Output<HttpRequestArgs>)
@JvmName(name = "efxglvdplcwvnjmg")
suspend fun httpRequest(value: HttpRequestArgs?)

Parameters

value

HTTP request that is sent to the worker. An HTTP task is a task that has HttpRequest set.


@JvmName(name = "ctsjqalroygllwvx")
suspend fun httpRequest(argument: suspend HttpRequestArgsBuilder.() -> Unit)

Parameters

argument

HTTP request that is sent to the worker. An HTTP task is a task that has HttpRequest set.