URIString

trait URIString

Note: java.net.InetAddress and java.net.URL are not supported because of DNS lookups performed when constructing java.net.InetAddress using getByName(str) with hostname as the argument, or when comparing java.net.URL using equals method. java.net.URI should be used instead.

Companion
object
class Object
trait Matchable
class Any

Implicits

Implicits

implicit val uriFormatter: InstanceConverter[URI, String]