fun <T : Any> ApplicationCall.locationOrNull(): T
Retrieves the current call's location or |
|
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. |