//urlshortener/app.cash.tempest.urlshortener.java/UrlShortener/redirect
redirect¶
[jvm]\
@Nullable
abstract fun redirect(shortUrl: String): String
Redirects shortUrl
to its destination.
Return¶
null if not found.
//urlshortener/app.cash.tempest.urlshortener.java/UrlShortener/redirect
[jvm]\
@Nullable
abstract fun redirect(shortUrl: String): String
Redirects shortUrl
to its destination.
null if not found.