All Types

io.ktor.application.Application (extensions in package io.ktor.locations)
io.ktor.application.ApplicationCall (extensions in package io.ktor.locations)
io.ktor.locations.KtorExperimentalLocationsAPI

API marked with this annotation is experimental and is not guaranteed to be stable.

io.ktor.locations.Location

Annotation for classes that will act as typed routes.

io.ktor.locations.LocationAttributeRouteService

Implements LocationRouteService by extracting routing information from a Location annotation.

io.ktor.locations.LocationInfo

A location class/object registration info.

io.ktor.locations.LocationPropertyInfo

Represents a location's property

io.ktor.locations.LocationRouteService

Provides services for extracting routing information from a location class.

io.ktor.locations.LocationRoutingException

Exception indicating that route parameters in curly brackets do not match class properties.

io.ktor.locations.Locations

Ktor feature that allows to handle and construct routes in a typed way.

io.ktor.util.pipeline.PipelineContext (extensions in package io.ktor.locations)
io.ktor.routing.Route (extensions in package io.ktor.locations)