Host

zio.http.Header$.Host$
See theHost companion class
object Host extends HeaderType

Attributes

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

Members list

Concise view

Type members

Types

override type HeaderValue = Host

Inherited 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 apply(hostAddress: String, port: Int): Host
override def name: String

Attributes

Definition Classes
def parse(value: String): Either[String, Host]
def render(host: Host): String