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.type
Self type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def decode(string: String): Either[Exception, URL]
def empty: URL
def fromURI(uri: URI): Option[URL]
def root: URL