ProxyAuthenticate

zio.http.Header.ProxyAuthenticate
See theProxyAuthenticate companion object
final case class ProxyAuthenticate(scheme: AuthenticationScheme, realm: Option[String]) extends Header

The HTTP Proxy-Authenticate response header defines the authentication method that should be used to gain access to a resource behind a proxy server. It authenticates the request to the proxy server, allowing it to transmit the request further.

Value parameters

realm

A description of the protected area, the realm. If no realm is specified, clients often display a formatted host name instead.

scheme

Authentication type

Attributes

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

Members list

Type members

Types

override type Self = ProxyAuthenticate

Value members

Concrete methods

Attributes

Definition Classes
override def self: Self

Attributes

Definition Classes

Inherited methods

def headerName: String

Attributes

Inherited from:
Header
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def renderedValue: String

Attributes

Inherited from:
Header

Inherited fields

lazy val untyped: Custom

Attributes

Inherited from:
Header