Digest

zio.http.Header.Authorization.Digest
See theDigest companion class

Attributes

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

Members list

Type members

Types

override type HeaderValue = Digest

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(response: String, username: String, realm: String, uri: URI, opaque: String, algorithm: String, qop: String, cnonce: String, nonce: String, nc: Int, userhash: Boolean): Digest
override def name: String

Attributes

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

Inherited methods

def curried: String => String => String => URI => String => String => String => String => String => Int => Boolean => Digest

Attributes

Inherited from:
Function11

Attributes

Inherited from:
HeaderType

Attributes

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

Attributes

Definition Classes
Inherited from:
HeaderType
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function11 -> Any
Inherited from:
Function11

Attributes

Inherited from:
Function11