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