custom

@JvmName(name = "tixxdglhyogbiwiv")
suspend fun custom(value: Output<CustomHttpPatternArgs>)
@JvmName(name = "bbbvkxrlkchgafpf")
suspend fun custom(value: CustomHttpPatternArgs?)

Parameters

value

The custom pattern is used for specifying an HTTP method that is not included in the pattern field, such as HEAD, or "*" to leave the HTTP method unspecified for this rule. The wild-card rule is useful for services that provide content to Web (HTML) clients.


@JvmName(name = "sdescuohuyosejuq")
suspend fun custom(argument: suspend CustomHttpPatternArgsBuilder.() -> Unit)

Parameters

argument

The custom pattern is used for specifying an HTTP method that is not included in the pattern field, such as HEAD, or "*" to leave the HTTP method unspecified for this rule. The wild-card rule is useful for services that provide content to Web (HTML) clients.