httpRequest

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

Parameters

value

HTTP request that is sent to the task's target. An HTTP task is a task that has HttpRequest set.


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

Parameters

argument

HTTP request that is sent to the task's target. An HTTP task is a task that has HttpRequest set.