fun <T : Any> ApplicationCall.location(): T
Retrieves the current call's location or fails if it is not available (request is not handled by a location class), or not yet available (invoked too early before the locations feature takes place). |
|
fun <T : Any> ApplicationCall.
Retrieves the current call's location or fails if it is not available (request is not handled by a location class), or not yet available (invoked too early before the locations feature takes place). |
|
val ApplicationCall.locations: Locations
Gets the Application.locations feature |
|
fun ApplicationCall.url(location: Any, block: URLBuilder.() -> Unit = {}): String
Constructs a String with the url of a instance location whose class must be annotated with Location. |