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