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