ForwardedHeaderSupport
object ForwardedHeaderSupport :
ApplicationFeature<ApplicationCallPipeline, Unit, Unit>
Forwarded header support. See RFC 7239 https://tools.ietf.org/html/rfc7239
Types
data class ForwardedHeaderValue Parsed forwarded header value. All fields are optional as proxy could provide different fields |
Properties
val ForwardedParsedKey: AttributeKey<List<ForwardedHeaderValue>> A key for application call attribute that is used to cache parsed header values |
|
val key: AttributeKey<Unit> Unique key that identifies a feature |
Functions
fun install( Feature installation script |