zio.http.Header$.ProxyAuthorization
See theProxyAuthorization companion object
final case class ProxyAuthorization(authenticationScheme: AuthenticationScheme, credential: String) extends Header
Proxy-Authorization:
Example
Proxy-Authorization: Basic YWxhZGRpbjpvcGVuc2VzYW1l
Attributes
- Companion:
- object
- Graph
- Supertypes