ktor-server-core / io.ktor.features / XForwardedHeaderSupport

XForwardedHeaderSupport

object XForwardedHeaderSupport : ApplicationFeature<ApplicationCallPipeline, Config, Config>

X-Forwarded-* headers support See http://ktor.io/servers/features/forward-headers.html for details

Types

Config

class Config

XForwardedHeaderSupport feature's configuration

Properties

key

val key: AttributeKey<Config>

Unique key that identifies a feature

Functions

install

fun install(pipeline: ApplicationCallPipeline, configure: Config.() -> Unit): Config

Feature installation script