ForwardedHeaderSupport

Forwarded header support. See RFC 7239 https://tools.ietf.org/html/rfc7239

Types

Link copied to clipboard
data class ForwardedHeaderValue(host: String?, by: String?, forParam: String?, proto: String?, others: Map<String, String>)

Parsed forwarded header value. All fields are optional as proxy could provide different fields

Functions

Link copied to clipboard
open override fun install(pipeline: ApplicationCallPipeline, configure: Unit.() -> Unit)

Feature installation script

Properties

Link copied to clipboard

A key for application call attribute that is used to cache parsed header values

Link copied to clipboard
open override val key: AttributeKey<Unit>

Unique key that identifies a feature