Host

object Host
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def fromIpAddress(value: IpAddress): Host

Create a Host value from an com.comcast.ip4s.IpAddress.

Create a Host value from an com.comcast.ip4s.IpAddress.

This is a convenience method for creating the correct host based on the underlying IP protocol version of the given address, either IPv4 or IPv6.

Implicits

Implicits

implicit val catsInstancesForHttp4sUriHost: Hash[Host] & Order[Host] & Show[Host]