Package io.ktor.application
Types
Represents configured and running web application, capable of handling requests. It is also the application coroutine scope that is cancelled immediately at application stop so useful for launching background coroutines.
Represents a single act of communication between client and server.
Pipeline configuration for executing ApplicationCall instances
Represents an environment in which Application runs
Provides events for Application lifecycle
Defines an installable Application Feature
Thrown when Application Feature has been attempted to be installed with the same key as already installed Feature
Specifies signature for the event handler
Thrown when Application Feature has been attempted to be accessed but has not been installed before
Functions
Returns feature instance for this pipeline, or null if feature is not installed
Uninstalls all features from the pipeline
Uninstalls feature specified by key from the pipeline