Server

zio.http.model.headers.values.Server$
See theServer companion trait
object Server

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Server.type

Members list

Concise view

Type members

Classlikes

object EmptyServerName extends Server

No server name

No server name

Attributes

Graph
Supertypes
trait Server
class Object
trait Matchable
class Any
Self type
final case class ServerName(name: String) extends Server

A server value with a name

A server value with a name

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Server
class Object
trait Matchable
class Any

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 fromServer(server: Server): String
def toServer(value: String): Server