URL

zio.http.URL
See theURL companion class
object URL

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
URL.type

Members list

Type members

Classlikes

final case class Fragment

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Fragment

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Fragment.type
object Location

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Location.type
sealed trait Location

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Absolute
object Relative
Self type

Inherited and Abstract types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def config: Config[URL]
def decode(rawUrl: String): Either[MalformedURLException, URL]
def fromURI(uri: URI): Option[URL]
def root: URL

Concrete fields

val empty: URL