Package io.ktor.server.plugins.defaultheaders

Types

Link copied to clipboard
class DefaultHeadersConfig

A configuration for the DefaultHeaders plugin. Allows you to configure additional default headers.

Properties

Link copied to clipboard
val DefaultHeaders: RouteScopedPlugin<DefaultHeadersConfig>

A plugin that adds the standard Date and Server HTTP headers into each response and allows you to: