responseHeaderModifier

@JvmName(name = "usbcusfocymsvpoh")
suspend fun responseHeaderModifier(value: Output<HttpRouteHeaderModifierArgs>)
@JvmName(name = "ptqynldhrgryqtnn")
suspend fun responseHeaderModifier(value: HttpRouteHeaderModifierArgs?)

Parameters

value

The specification for modifying the headers of a response prior to sending the response back to the client.


@JvmName(name = "tdiobaqlqtnqnoyg")
suspend fun responseHeaderModifier(argument: suspend HttpRouteHeaderModifierArgsBuilder.() -> Unit)

Parameters

argument

The specification for modifying the headers of a response prior to sending the response back to the client.