abstract fun makeUrlFromName(name: String!): Future<String!>!
Try to create a URL using a string.
name
- String!: string.
Return
Future<String!>!: The created URL.
Throw
if the string is empty.
Throw
if the string doesn't allow to create a valid URL.