ValidProxyAuthorization

zio.http.model.headers.values.ProxyAuthorization$.ValidProxyAuthorization
final case class ValidProxyAuthorization(authenticationScheme: AuthenticationScheme, credential: String) extends ProxyAuthorization

Proxy-Authorization:

- AuthenticationScheme

- The resulting string is base64 encoded

Example

Proxy-Authorization: Basic YWxhZGRpbjpvcGVuc2VzYW1l

Attributes

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

override val value: String