Absolute

zio.http.URL.Location.Absolute
final case class Absolute(scheme: Scheme, host: String, originalPort: Option[Int]) extends Location

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Location
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def port: Int
def portIfNotDefault: Option[Int]
def portOrDefault: Option[Int]

Inherited methods

def ++(that: Location): Location

Attributes

Inherited from:
Location
def isAbsolute: Boolean

Attributes

Inherited from:
Location
def isRelative: Boolean

Attributes

Inherited from:
Location
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product