Basic

zio.http.Header.Authorization.Basic
See theBasic companion class
object Basic extends HeaderType

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait HeaderType
class Object
trait Matchable
class Any
Show all
Self type
Basic.type

Members list

Type members

Types

override type HeaderValue = Basic

Inherited and Abstract 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(username: String, password: String): Basic
override def name: String

Attributes

Definition Classes
def parse(value: String): Either[String, Basic]
def render(header: Basic): String

Inherited methods

Attributes

Inherited from:
HeaderType

Attributes

Inherited from:
HeaderType
override def toHeaders(value: HeaderValue): Headers

Attributes

Definition Classes
Inherited from:
HeaderType