ProxyAuthorization

zio.http.Header$.ProxyAuthorization
See theProxyAuthorization companion object
final case class ProxyAuthorization(authenticationScheme: AuthenticationScheme, credential: String) extends Header

Proxy-Authorization:

- AuthenticationScheme

- The resulting string is base64 encoded

Example

Proxy-Authorization: Basic YWxhZGRpbjpvcGVuc2VzYW1l

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Header
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

override type Self = ProxyAuthorization

Value members

Concrete methods

Attributes

Definition Classes
override def self: Self

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Header

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Header

Inherited fields

lazy val untyped: Custom

Attributes

Inherited from:
Header