extractValue

fun extractValue(block: (MutableOriginConnectionPoint, List<ForwardedHeaderValue>) -> Unit)(source)

Custom logic to extract the value from the Forward headers when multiple values are present. You need to modify MutableOriginConnectionPoint based on headers from ForwardedHeaderValue.

Report a problem